v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Workflows

Get a workflow run

Retrieves a single workflow run by id, including its status and output.

get/v1/workflow-runs/{id}

Path parameters

idstring required

The workflow run id.

Response

The workflow run.

Example response

{
  "data": {
    "id": "665f1c2a9b1e4a0012a3b4c6",
    "workflowId": "665f1c2a9b1e4a0012a3b4c5",
    "status": "running"
  }
}