GET
/
api
/
v1
/
sessions
/
{browser_id}

Authorizations

Authorization
string
headerrequired

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

200 - application/json
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

Timestamp the session was started.

ended_at
string

Timestamp the session was ended.

status
string

Current status of the session.

created_at
string

Timestamp the session was created.

updated_at
string

Timestamp the session was last updated.

browser_id
string

Unique identifier for the browser session.