Endpoints
Get session status
Retrieves details of a specific session by its ID
GET
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
ID of the associated agent
List of execution attempts
ID of the associated browser
Timestamp when the session was created
Unique identifier of the session
Input parameters for the automation
Maximum number of retries to attempt
Current status of the session
Available options:
RUNNING
, SUCCESS
, FAILED