GET
/
workflows
/
{workflow_id}
/
runs
[
  {
    "id": "<string>",
    "workflow_id": "<string>",
    "document_id": "<string>",
    "user_id": "<string>",
    "app_id": "<string>",
    "status": "queued",
    "started_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "results_per_step": [
      {}
    ],
    "final_output": {},
    "error": "<string>",
    "system_metadata": {}
  }
]

Headers

authorization
string

Path Parameters

workflow_id
string
required

Response

200
application/json

Successful Response

The response is of type WorkflowRun · object[].