created_atstring date-time required
When the run was created.
finished_atstring date-time nullable
idstring required
Unique run identifier (run_<n>).
input_countinteger nullable
Number of input records processed.
job_idstring required
Identifier of the job this run belongs to.
result_countinteger nullable
Number of result records produced.
started_atstring date-time nullable
When the run started executing.
status'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLED' | 'TIMEOUT' | 'WARNING' required
triggered_by'schedule' | 'manual' required
What triggered the run: 'schedule' or 'manual'.