GET
/
api
/
workflows
/
{workflow_id}
/
results
{
  "id": "<string>",
  "status": "PENDING",
  "tasks": [
    {
      "task_id": "<string>",
      "task_type": "<string>",
      "status": "PENDING",
      "result": {},
      "start_time": 123,
      "end_time": 123
    }
  ],
  "metadata": {}
}

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.