List all jobs

GET {{baseUrl}}/api/:projectId/jobs/all?startDate=<dateTime>&endDate=<dateTime>&limit=<integer>&offset=<integer>&rootOnly=<boolean>

Get all jobs for this project

Request Params

KeyDatatypeRequiredDescription
startDatestringStart date
endDatestringEnd date
limitstringMaximum number of results
offsetstringOffset in results, can be used in conjunction with LimitResultsParameter to implement paging.
rootOnlystringWhether to exclude jobs with a parent ID (so jobs started as part of another job)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;jobs&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;totalJobCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}