List active jobs
GET {{baseUrl}}/api/organizations/:organizationId/jobs?rootOnly=<boolean>
Get all active jobs for this organization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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"}}