Workflows::Run
Fetch Run
Retrieve a single workflow run by its id or obfuscated public_id.
get/workflows/runs/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 501,
"public_id": "RnXxYz",
"workflow_id": 101,
"contact_id": 9001,
"current_step_id": null,
"event_id": null,
"type": null,
"status": "completed",
"skip_communication": false,
"completed_at": "2025-06-02T10:30:00.000Z",
"paused_at": null,
"created_at": "2025-06-01T09:00:00.000Z",
"updated_at": "2025-06-02T10:30:00.000Z"
}