GET v1/browser/requests
Authorizations
X-API-KeystringRequired
Query parameters
idsstringOptionalExample:
The unique identifiers of the browser requests to retrieve.
{"value":"brq_V2P6PqrZpycFtbc7mtXE4tsNbeg2N6,brq_V2P6X38RDRMRyYcNJ82qPSH5eFfQRD"}statusstringOptionalExample:
The statuses of the browser requests to filter by. Valid values: pending, running, completed, failed
{"value":"completed,running"}pageSizeinteger · int32OptionalExample:
Items to return per page (default: 30).
{"value":20}pageinteger · int32OptionalExample:
Page number of the pagination (default: 1).
{"value":1}Responses
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 · nullableOptionalDefault:
The page number to return (1-based)
1page_sizeinteger · int32 · nullableOptionalDefault:
The number of records to return per page
30400
Invalid query parameters
application/json
get
/v1/browser/requestsLast updated