Tasks

get

Return a task's status

πŸ”’ Requires the read:task permission

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
taskIdstring Β· uuidRequired

The task's ID e.g. f27d96be-c486-4075-a926-0ee96775119e

Query parameters
expandbooleanOptional

If true, return elaborated version of the status. Otherwise, return a summarized version

Responses
200

Task details

application/json
get
/api/v1/task/{taskId}/status

Last updated

Was this helpful?