Get session details
Retrieves details of a specific session by ID.
Path parameters
Response
Represents the data structure for a browser session, including its configuration and status.
Timestamp when the session started
Amount of credits consumed by the session
URL for debugging the session
Duration of the session in milliseconds
Number of events processed in the session
Launch the browser in fullscreen mode, covering the full screen with no Chrome UI.
Indicates if the session is headless or headful
Unique identifier for the session
Inactivity timeout in milliseconds, if one was set when the session was created
Indicates if Selenium is used in the session
This flag will persist the profile for the session.
The ID of the profile associated with the session
The project associated with the session
Amount of data transmitted through the proxy
Source of the proxy used for the session
The region where the session was created.
Why the session reached a terminal state. Null while the session is live, or when the reason is unknown (e.g. sessions created before this was tracked). One of: user_requested (released via the API/SDK), timeout (hard timeout elapsed), inactivity_timeout (no activity for the configured window), creation_timeout (never started in time), startup_failed (could not be dispatched), browser_closed (the browser or agent closed itself — not a crash), browser_crashed (the browser crashed or its machine became unresponsive).
URL to view session details
Indicates if captcha solving is enabled
Status of the session
Session timeout duration in milliseconds
User agent string used in the session
URL for the session's WebSocket connection