Worker Tasks
Worker-level task queue management.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIndexnumberOptionalExample:
The number of pages to skip before starting to collect the result set
0pageSizenumberOptionalExample:
The numbers of items to return
20statusstringOptionalExample:
Status
COMPLETEResponses
200
Successful operation. Returns worker tasks and count.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get/worker-tasks
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
taskIdstringRequiredExample:
Worker task identifier
69aeb71ef8c5b278e3bab4e5Responses
200
Task restart request accepted. Empty response body.
application/json
object · nullableOptional
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post/worker-tasks/restart
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
taskIdstringRequiredExample:
Task Id
69aeb71ef8c5b278e3bab4e5Responses
200
Task deleted. Empty response body.
application/json
object · nullableOptional
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
delete/worker-tasks/delete/{taskId}
No content
Last updated