Endpoints
Get session status
Retrieves details of a specific session by its ID
GET
/
session
/
{session_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Bearer token for authentication
Path Parameters
Unique identifier of the session
Response
200 - application/json
Unique identifier of the session
ID of the associated browser
ID of the associated agent
Current status of the session
Available options:
RUNNING
, SUCCESS
, FAILED
Timestamp when the session was created
Maximum number of retries to attempt
Input parameters for the automation
List of execution attempts