Get Browser Session
Retrieve an existing browser session.
Authorizations
Your Driver API key. Get one at https://app.driver.dev
Query Parameters
The ID of the browser session to retrieve.
"example-session-id"
Response
Successfully retrieved browser session.
The ID of the created browser session.
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.
The total bandwidth used by the session in bytes.
x >= 0