Skip to main content

List Workflows

GET 

/api/automation/workflows

Paginated list of automation workflows with run statistics (total, successful, and failed runs, average duration, and last run).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Filters: filter[status] (draft, published, disabled), filter[category], filter[trigger_type] (event, schedule, manual, webhook, pre_dispatch), filter[search] (matches name or description).

Sorts: id, name, created_at, updated_at. Prefix with - for descending. Default: -updated_at. Sort by id to list workflows in the order the dispatcher evaluates them — relevant for pre_dispatch routing workflows, where the first matching workflow routes the order and the rest are skipped.

Pagination: page, per_page (default 10).

Each row carries previewModetrue when the workflow is in preview mode and its runs skip every state-changing step.

Request

Responses

OK

Response Headers
    Content-Type