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
400
Failed to get task status
application/json
401
Failed to authenticate user
application/json
403
Missing required scopes. π Requires the read:task permission
application/json
404
Task not found
application/json
429
Too many requests
application/json
get
/api/v1/task/{taskId}/statusLast updated
Was this helpful?

