Get a session
Retrieve an existing browser session.
Authorizations
A workspace API key from Settings → API keys in the dashboard (https://app.driver.dev), sent as a bearer token.
Query Parameters
The ID of the browser session to retrieve.
"example-session-id"
Response
Successfully retrieved browser session.
The session id: an opaque string; do not validate its format.
The status of the session.
starting, active, completed, error The node ID that is serving this session.
The ISO 8601 timestamp when the session was created.
The ISO 8601 timestamp when the session was stopped, or null if it is still active.
The URL to access the Chrome DevTools Protocol for this session, or null if not available.
An optional note attached to the session, or null if not set.
Bandwidth used by the session in bytes: null while it runs, the metered total once it has ended (final by the time a stop call returns).
x >= 0