GET v1/browser/requests/{id}
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired
The unique identifier of the browser request to retrieve.
Query parameters
idstringRequired
The unique identifiers of the browser request to retrieve.
Responses
200
The browser request
application/json
idstring · nullableOptional
ID of the browser request
urlstring · nullableOptional
URL of the request
proxy_locationstring · nullableOptional
The proxy location of the request.
statestring · nullableOptional
The status of the request
credit_usageinteger · int32 · nullableOptional
The number of credits used by the request
errorstring · nullableOptional
The name of the error type
error_reasonstring · nullableOptional
More detail about the error
actual_urlstring · nullableOptional
The actual URL captured, after any redirects.
http_status_codeinteger · int32Optional
The http status code for the request.
from_cacheboolean · nullableOptional
If this request was served from the cached
started_atstring · date-timeOptional
The time in UTC when the request started.
completed_atstring · date-timeOptional
The time in UTC when the request finished.
running_timestring · timespanOptional
The running time of the request
page_load_timestring · timespanOptional
How long did the page take to fully render.
videostring · nullableOptional
Video url
404
Browser request not found
application/json
get
/v1/browser/requests/{id}Last updated