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).

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Filters: filter[status] (draft, published, disabled), filter[category], filter[search] (matches name or description).

Sorts: name, created_at, updated_at. Prefix with - for descending. Default: -updated_at.

Pagination: page, per_page (default 10).

Request

Responses

OK

Response Headers
    Content-Type