GET
/
api
/
workflows
/
{workflow_id}
/
status
{
  "id": "<string>",
  "status": "PENDING",
  "total_tasks": 123,
  "completed_tasks": 123,
  "start_time": 123,
  "update_time": 123,
  "end_time": 123
}

Headers

Authorization
string
required

Path Parameters

workflow_id
string
required

ID of the workflow to retrieve

Response

200
application/json

Successful Response

The response is of type object.