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

proxySource'steel' | 'external' nullable required

Source of the proxy 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' | 'scl' | 'fra' | 'nrt' | 'us-east' | 'us-west' | 'us-central' | 'eu-west' | 'eu-central' | 'ap-northeast' | 'ap-southeast' | 'sa-east'

The region where the session was created. Fly sessions return airport codes; multi-provider sessions return meta-regions.

profileIdstring uuid

The ID of the profile associated with the session

persistProfileboolean

This flag will persist the profile for the session.

headlessboolean

Indicates if the session is headless or headful

fullscreenboolean

Launch the browser in fullscreen mode, covering the full screen with no Chrome UI.

Changes