Skip to main content
GET /api/workflows/{workflow_id}/runs/{run_id} returns the complete record of a single Workflow run: overall status, final outputs, credits charged, and every step result.

Endpoint

Authentication

Path Parameters

string
required
The UUID of the Workflow.
string
required
The UUID of the specific run to retrieve.

Example Request

Response

Returns a single WorkflowRun object. Fields are identical to the list endpoint.

Error Handling