List timer jobs

GET {{baseUrl}}/timer-jobs?id=aute aliquip Excepteur ut&processInstanceId=aute aliquip Excepteur ut&executionId=aute aliquip Excepteur ut&processDefinitionId=aute aliquip Excepteur ut&elementId=aute aliquip Excepteur ut&elementName=aute aliquip Excepteur ut&withException=true&dueBefore=1980-11-28T23:03:22.176Z&dueAfter=1980-11-28T23:03:22.176Z&exceptionMessage=aute aliquip Excepteur ut&withoutTenantId=true&locked=true&unlocked=true&filterByCurrentSubscription=true&offset=aute aliquip Excepteur ut&count=aute aliquip Excepteur ut&sort=tenantId

List timer jobs

Request Params

KeyDatatypeRequiredDescription
idstringOnly return job with the given id
processInstanceIdstringOnly return jobs part of a process or case with the given id
executionIdstringOnly return jobs part of an execution with the given id
processDefinitionIdstringOnly return jobs with the given process or case definition id
elementIdstringOnly return jobs with the given element id
elementNamestringOnly return jobs with the given element name
withExceptionbooleanIf true, only return jobs for which an exception occurred while executing it. If false, this parameter is ignored.
dueBeforestringOnly return jobs which are due to be executed before the given date. Jobs without duedate are never returned using this parameter.
dueAfterstringOnly return jobs which are due to be executed after the given date. Jobs without duedate are never returned using this parameter.
exceptionMessagestringOnly return jobs with the given exception message
withoutTenantIdbooleanIf true, only returns jobs without a tenantId set. If false, the withoutTenantId parameter is ignored.
lockedbooleanIf true, only return jobs which are locked. If false, this parameter is ignored.
unlockedbooleanIf true, only return jobs which are unlocked. If false, this parameter is ignored.
filterByCurrentSubscriptionbooleanOnly return the jobs in the current subscription
offsetstringStart position value in the list of items, used for pagination.
countstringNumber of items to be limited in the response, used for pagination. By default the count value is set to 10.
sortstringProperty to sort on, to be used together with the order.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"links":{"empty":false},"content":[{"id":"f8985abd-3391-11ea-b509-eeee0affefe7","processInstanceId":"SampleProcessInstanceId","processDefinitionId":"SampleProcessDefinitionId","executionId":"SampleExecutionId","elementId":"SampleElementId","elementName":"SampleElementName","retries":3,"exceptionMessage":"null","dueDate":"2021-05-04T16:35:10.474Z","createTime":"2020-05-04T16:35:10.474Z","tenantId":"3732adaa-f6f0-4512-873d-357fcebcbd02","subscriptionId":"827afd64-9915-4e16-ad6f-8dfb604deebe","links":{"empty":true}},{"id":"f8985abd-3391-11ea-b509-eeee0affefe7","processInstanceId":"SampleProcessInstanceId","processDefinitionId":"SampleProcessDefinitionId","executionId":"SampleExecutionId","elementId":"SampleElementId","elementName":"SampleElementName","retries":3,"exceptionMessage":"null","dueDate":"2021-05-04T16:35:10.474Z","createTime":"2020-05-04T16:35:10.474Z","tenantId":"3732adaa-f6f0-4512-873d-357fcebcbd02","subscriptionId":"827afd64-9915-4e16-ad6f-8dfb604deebe","links":{"empty":true}}]}