Skip to main content

List Workflows

Find workflows that need attention

Use group: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.
Reply to the Assistant or review the preview. Check 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

Only ACTIVE 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 by success, failed, or in_progress and paginate it.
Node SDK
MCP Server
REST API
See workflow run history API reference for the complete response.

Delete

This permanently deletes the workflow and all its data.

Templates

Workflows can be linked to templates that manage their prompt, schema, and notification settings. When linked, those fields become read-only on the workflow. See Templates for linking, unlinking, and applying template updates via the API.

Fetch Data