v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Workflows

List Workflows

List workflows in the current environment.

Returns each workflow's current version, including its node graph and main node. Combine filters freely — they AND together.

Filtering

  • workflowIDs / workflowNames: exact-match identity filters.
  • displayName: case-insensitive substring match.
  • tags: returns workflows tagged with any of the supplied tags.
  • functionIDs / functionNames: returns only workflows that reference the named functions in any node. Useful for "which workflows depend on this function?" lookups before changing or deleting a function.

Pagination

Cursor-based with startingAfter and endingBefore (workflowIDs). Default limit 50, maximum 100.

get/v3/workflows

Query parameters

limitinteger
workflowIDsstring[]
workflowNamesstring[]
displayNamestring
sortOrder'asc' | 'desc'
startingAfterstring
endingBeforestring
tagsstring[]
functionIDsstring[]
functionNamesstring[]

Response

The request has succeeded.

totalCountinteger

The total number of results available.

errorstring

Error message if the workflow listing failed.