Skip to main content
GET
Retrieve a session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

browser_id
string
required

Unique identifier for the browser session.

Response

Successfully retrieved the session details.

project_id
integer

ID of the project associated with the session.

browser_settings
object
timeout
integer

Timeout duration for the session in seconds.

started_at
string<date-time>

Timestamp the session was started.

ended_at
string<date-time>

Timestamp the session was ended.

status
string

Current status of the session.

created_at
string<date-time>

Timestamp the session was created.

updated_at
string<date-time>

Timestamp the session was last updated.

browser_id
string

Unique identifier for the browser session.