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 singleWorkflowRun object. Fields are identical to the list endpoint.