Human in the Loop
Get Paused Execution (Resume Path)
Get detailed information about a specific paused execution using the resume URL path. Returns the same data as the workflow paused execution detail endpoint.
get/api/resume/{workflowId}/{executionId}
Path parameters
workflowIdstring required
Example:3b1f7c92-8d4e-4a6b-9c0d-5e2f8a714b36
The unique identifier of the workflow.
executionIdstring required
Example:e4f8d2b6-9a1c-4e3d-8b7f-5c0a2d9e6f13
The execution ID of the paused execution.
Response
Paused execution details.
Example response
{
"status": "paused"
}