Skip to main content
GET
/
workflows
/
{workflow_id}
/
runs
/
{run_id}
Get Workflow Run
curl --request GET \
  --url https://api.example.com/workflows/{workflow_id}/runs/{run_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "Bad request",
  "error_code": "BAD_REQUEST"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required
run_id
string
required

Query Parameters

session_id
string
required

Session ID for the run

Response

Run output retrieved successfully