Jobs
List Job Runs
List Job Runs for provided Job Id. Filter the data based on parameters passed in the query
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Job id of the application
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000
Example:
10
Number of items to skip
Required range:
x >= 0
Example:
0
Prefix used to search for job runs by name or identifier
Attribute to sort by
Available options:
startTime
, duration
, deploymentVersion
, triggeredBy
, status
Sorting order
Available options:
asc
, desc
Array of subject slugs
Status of the job run
Response
200
application/json
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
.