v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
workflows

Get Workflows

Get Workflows

get/v1/workflows

Query parameters

'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELED' | 'TERMINATED' | 'CONTINUED_AS_NEW' | 'TIMED_OUT' | 'RETRYING_AFTER_ERROR'
OR
WorkflowExecutionStatus[]

Filter by workflow status

include_sharedboolean

Whether to include shared workflows

Whether to include shared workflows

available_in_chat_assistantboolean nullable

Whether to only return workflows available in chat assistant

Whether to only return workflows available in chat assistant

deployment_namestring[] nullable

Filter by deployment name(s)

Filter by deployment name(s)

deployment_status'active' | 'inactive' nullable

Filter by deployment activity. active=only active, inactive=only inactive, None=no filter

Filter by deployment activity. active=only active, inactive=only inactive, None=no filter

archivedboolean nullable

Filter by archived state. False=exclude archived, True=only archived, None=include all

Filter by archived state. False=exclude archived, True=only archived, None=include all

tagsstring[] nullable

Filter to workflows tagged with all listed tags (AND).

Filter to workflows tagged with all listed tags (AND).

sort_by'display_name' nullable

Field to sort by

Field to sort by

order'asc' | 'desc'

Sort direction

Sort direction

cursorstring nullable

The cursor for pagination

The cursor for pagination

limitinteger

The maximum number of workflows to return

The maximum number of workflows to return

active_onlyboolean

Deprecated: use deployment_status instead

Deprecated: use deployment_status instead

searchstring nullable

Fuzzy search query for workflow name, display name, description, or ID

Fuzzy search query for workflow name, display name, description, or ID

Response

Successful Response

next_cursorstring nullable required