Sessions

Get session details

Retrieves details of a specific session by ID.

get/v1/sessions/{id}

Path parameters

idstring uuid required

Response

Default Response

idstring uuid required

Unique identifier for the session

createdAtstring date-time required

Timestamp when the session started

status'live' | 'released' | 'failed' required

Status of the session

durationinteger required

Duration of the session in milliseconds

eventCountinteger required

Number of events processed in the session

timeoutinteger required

Session timeout duration in milliseconds

creditsUsedinteger required

Amount of credits consumed by the session

websocketUrlstring required

URL for the session's WebSocket connection

debugUrlstring required

URL for debugging the session

sessionViewerUrlstring required

URL to view session details

userAgentstring

User agent string used in the session

proxystring

Proxy server used for the session

proxyBytesUsedinteger required

Amount of data transmitted through the proxy

solveCaptchaboolean

Indicates if captcha solving is enabled

isSeleniumboolean

Indicates if Selenium is used in the session

region'lax' | 'ord' | 'iad' | 'bom' | 'scl' | 'fra' | 'hkg'

The region where the session was created

Changes