Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
automation_id
string<uuid>
required
user_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
running,
completed,
failed
created_at
string<date-time>
required
started_at
string<date-time> | null
required
finished_at
string<date-time> | null
required
worker_id
string<uuid> | null
required
context
Context · object
required
result
Result · object | null
required
error_message
string | null
required