Trigger Run
Trigger Run
Trigger Run
POST
Trigger Run
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Cookies
Response
Successful Response
A single execution of a job.
Unique run identifier (run_).
Pattern:
^run_[1-9][0-9]*$Identifier of the job this run belongs to.
Pattern:
^job_[1-9][0-9]*$Current run status.
Available options:
PENDING, RUNNING, SUCCESS, FAILED, CANCELLED, TIMEOUT, WARNING What triggered the run: 'schedule' or 'manual'.
Available options:
schedule, manual When the run was created.
Number of input records processed.
Number of result records produced.
When the run started executing.
When the run finished.