GET /tasks/{taskId}
GET
/tasks/{taskId}
Returns task statuses by Id.
taskId*
String
Task ID
{ content: application/json: schema: $ref: '#/components/schemas/TaskStatus' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }
Last updated 1 year ago