List Workflows
Find workflows that need attention
Usegroup:attention for Assistant questions and previews to review. Workflows with open support cases appear in group:support, even when awaiting your reply. See all groups.
awaitingUserInput contains the wait’s start time and optional question text.
availableActions.approve before approving. An incomplete update can block approval even in this group.
statusFilters is available in the Node SDK, the REST API, and the MCP server. The Python SDK does not expose it yet, so call GET /v4/workflows?statusFilters=group:attention directly from Python.Get Workflow
Pause & Resume
OnlyACTIVE workflows can be paused.
Update
Run History
Workflow run history is the execution record for one workflow. It includes outcome, start and finish times, record counts, and public errors. The Node SDK and MCP Server can filter execution history bysuccess, failed, or in_progress and paginate it.
Node SDK
MCP Server
REST API