GET v1/browser/requests

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
200

A collection of browser requests that match the criteria

application/json
get
/v1/browser/requests

Last updated