Endpoints
Get session status
Retrieves details of a specific session by its ID
GET
/
session
/
{session_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Authorization
string
requiredBearer token for authentication
Path Parameters
session_id
string
requiredUnique identifier of the session
Response
200 - application/json
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
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