List Job Runs for provided Job Id. Filter the data based on parameters passed in the query
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Job id of the application
Number of items per page
1 <= x <= 1000
10
Number of items to skip
x >= 0
0
Prefix used to search for job runs by name or identifier
Attribute to sort by
startTime
, duration
, deploymentVersion
, triggeredBy
, status
Sorting order
asc
, desc
Array of subject slugs
Status of the job run
Returns all runs of a Job sorted by creation date in "data" key and total count in "totalCount" key
The response is of type object
.
List Job Runs for provided Job Id. Filter the data based on parameters passed in the query
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Job id of the application
Number of items per page
1 <= x <= 1000
10
Number of items to skip
x >= 0
0
Prefix used to search for job runs by name or identifier
Attribute to sort by
startTime
, duration
, deploymentVersion
, triggeredBy
, status
Sorting order
asc
, desc
Array of subject slugs
Status of the job run
Returns all runs of a Job sorted by creation date in "data" key and total count in "totalCount" key
The response is of type object
.