Openapi
Return one organization workflow run with execution steps and observed input, output, and errors. The graph snapshot is never returned.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/workflows/runs/123e4567-e89b-12d3-a456-426614174000"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "definitionId": "058563fe-6949-46e9-9fb3-06a0e3a11f6a", "workflowRunId": "string", "definitionVersion": 1, "status": "queued", "triggerKind": "domain-event", "triggerEventId": "cbdb35e6-5a35-47b6-b2bd-b26be99341ac", "idempotencyKey": "string", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "startedAt": "string", "completedAt": "string", "createdAt": "string", "updatedAt": "string", "error": { "property1": null, "property2": null }, "input": { "property1": null, "property2": null }, "output": { "property1": null, "property2": null }, "steps": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "nodeId": "string", "nodeKind": "string", "status": "pending", "attempt": 1, "input": { "property1": "string", "property2": "string" }, "output": { "property1": "string", "property2": "string" }, "error": { "property1": "string", "property2": "string" }, "startedAt": "string", "completedAt": "string", "createdAt": "string", "updatedAt": "string" } ]}