Skip to main content
GET
Get Session Details

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

session_id
string
required

Unique identifier of the session

Response

Session details retrieved successfully

id
string

Unique identifier of the session

browser_id
string

ID of the associated browser

agent_id
string

ID of the associated agent

status
enum<string>

Current status of the session

Available options:
RUNNING,
SUCCESS,
FAILED
created_at
string<date-time>

Timestamp when the session was created

max_retries
integer | null

Maximum number of retries to attempt

input
object

Input parameters for the automation

attempts
object[]

List of execution attempts