List Active Runs
List all active runs.
Headers
Authorization
Header authentication of the form Bearer <token>
Response
Successful Response
created_by_id
The id of the user that made this object.
last_updated_by_id
The id of the user that made this object.
created_at
The timestamp when the object was created.
updated_at
The timestamp when the object was last updated.
status
The status of the job.
Allowed values:created running completed failed pending
completed_at
The unix timestamp of when the job was completed.
metadata
The metadata of the job.
job_type
Allowed values:job run
id
The human-friendly ID of the Run
request_config
The request configuration for the run.
Errors
422
List Active Runs Request Unprocessable Entity Error