/profilesList profiles with optional filtering and pagination.
Authorization
bearerAuth In: header
Query Parameters
Limit the number of profiles to return.
1 <= value <= 10020Offset the number of profiles to return.
0 <= value0Case-insensitive substring match against profile name or ID.
Exact-match filter on profile name using the database collation. In production, matching is case- and accent-insensitive. During the default-project migration, unscoped requests prefer a concrete default-project profile over a legacy unscoped profile with the same name.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/profiles"[ { "id": "string", "name": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "last_used_at": "2019-08-24T14:15:22Z" }]{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}Read telemetry events for a browser session GET
Reads a page of telemetry events for the browser session. To page through results, pass the X-Next-Offset value from the previous response as offset and repeat while X-Has-More is true. Returns an empty list when telemetry data is unavailable.
Create a new profile POST
Create a browser profile that can be used to load state into future browser sessions.