Api Workflow Runs Retrieve
WorkflowRun resource (retrieve, update, delete).
GET /api/workflow-runs/{run_id}/ — retrieve run details PATCH /api/workflow-runs/{run_id}/ — resume or cancel a paused run DELETE /api/workflow-runs/{run_id}/ — delete run
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
run_id
Response
id
workflow_type
status
pending- Pendingrunning- Runningpaused- Pausedcompleted- Completedfailed- Failedcancelled- Cancelledtimeout- Timeout
current_step_index
step_results
error_message
paused_at
trace_id
created_at
updated_at