Skip to main content
GET
Get Session

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Path Parameters

automation_id
string<uuid>
required
session_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
automation_id
string<uuid>
required
inputs
Inputs · object
required
error
string | null
required
status
enum<string>
required
Available options:
NEW,
RUNNING,
FINISHED,
FAILED
created_at
string<date-time>
required
updated_at
string<date-time>
required
steps
AutomationSessionStepRead · object[]
required
steps_count
integer
required
read-only
current_step
AutomationSessionStepRead · object | null
required