List finished jobs
Get all finished jobs for this project
get
/api/{projectId}/jobs/history
Authorizations
Path parameters
projectIdintegerrequired
Project ID
Query parameters
startDatestring · date-time
Start date
endDatestring · date-time
End date
limitinteger
Maximum number of results
offsetinteger
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
rootOnlyboolean
Whether to exclude jobs with a parent ID (so jobs started as part of another job)
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?