Human in the Loop
List Paused Executions
List all paused executions for a workflow. Workflows pause at Human in the Loop blocks and wait for input before continuing. Use this endpoint to discover which executions need attention.
get/api/workflows/{id}/paused
Path parameters
idstring required
Example:3b1f7c92-8d4e-4a6b-9c0d-5e2f8a714b36
The unique identifier of the workflow.
Query parameters
statusstring
Example:paused
Filter paused executions by status.
Response
List of paused executions.
Example response
{
"pausedExecutions": [
{
"status": "paused"
}
]
}