Get Workflows
Get workflow details. If id or name is provided, returns a single workflow object. Otherwise, lists workflows (filtered by type — defaults to HTTP — and folderId) with cursor-based pagination.
Authorizations
API key for authentication
Query Parameters
Unique identifier for the workspace
Unique identifier of a specific workflow to fetch
Name of a specific workflow to fetch
Filter workflows by folder. Omit (with ignoreFolders=false) to list root-level workflows.
Workflow type filter. Defaults to HTTP; pass VOICE to list voice workflows.
HTTP, VOICE When true, include workflows from all folders instead of only root-level ones.
Maximum number of records to return (max: 100)
x <= 100Pagination cursor (id of the last item from the previous page)