Returning Task Statuses
Was this helpful?
GET /tasks/{taskId}
Returns task statuses by Id.
taskId*
String
Task ID
{
content:
application/json:
schema:
$ref: '#/components/schemas/TaskStatus'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?