get /task

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.

Query parameters

filter (optional)
orderby (optional)
privileges (optional)

Return type

array[TaskCondensed]

Example data

Content-Type: application/json

[ { "taskType" : 0, "maxRetries" : 2, "name" : "name", "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "taskSessionTimeout" : 1294386359, "enabled" : true }, { "taskType" : 0, "maxRetries" : 2, "name" : "name", "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "taskSessionTimeout" : 1294386359, "enabled" : true } ]

Responses

200
OK