Jobs
Get Job Runs
Get all JobRuns for a Job.
GET
getJobRuns
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
The name you assigned when creating the Project.
The ID you assigned when creating the Job.
Query Parameters
Number of items per page (defaults to 10)
Example:
"10"
Page number for pagination (defaults to 0)
Example:
"0"
Sorting parameter in format 'column,order/column2,order2'. Order can be 'asc' or 'desc'
Example:
"start_time,desc/status,asc"
getJobRuns