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
Key | Datatype | Required | Description |
---|---|---|---|
startDate | string | Start date | |
endDate | string | End date | |
limit | string | Maximum number of results | |
offset | string | Offset in results, can be used in conjunction with LimitResultsParameter to implement paging. | |
rootOnly | string | Whether to exclude jobs with a parent ID (so jobs started as part of another job) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"jobs":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalJobCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}