githubEdit

GET v1/browser/requests

circle-info

For more information on browser requests, see here.

The following endpoint allows you to query for multiple browser requests, either by status or a list of particular ids, submitting a request with neither of these will return all requests for your account.

Get multiple browser requests

get

This endpoint retrieves browser requests in bulk by id or status.

Authorizations
X-API-KeystringRequired
Query parameters
idsstringOptional

The unique identifiers of the browser requests to retrieve.

Example: {"value":"brq_V2P6PqrZpycFtbc7mtXE4tsNbeg2N6,brq_V2P6X38RDRMRyYcNJ82qPSH5eFfQRD"}
statusstringOptional

The statuses of the browser requests to filter by. Valid values: pending, running, completed, failed

Example: {"value":"completed,running"}
pageSizeinteger · int32Optional

Items to return per page (default: 30).

Example: {"value":20}
pageinteger · int32Optional

Page number of the pagination (default: 1).

Example: {"value":1}
Responses
chevron-right
200

A collection of browser requests that match the criteria

application/json
total_pagesinteger · int32 · nullableOptional

The total number of pages available

total_recordsinteger · int32 · nullableOptional

The total number of records across all pages

pageinteger · int32 · nullableOptional

The page number to return (1-based)

Default: 1
page_sizeinteger · int32 · nullableOptional

The number of records to return per page

Default: 30
get
/v1/browser/requests

Last updated