Skip to main content
GET
Returns a paginated list of workflow automations for the project, with optional filtering by status and comma-separated tags.

Authorizations

string | header
required
Project API key header of the form Bearer AS_<key>.

Query Parameters

string
Filter by workflow status. One of draft, active, paused, or archived.
string
Comma-separated list of tags to filter by.Example: "onboarding,trial"
integer
Page number (1-indexed). Default 1.
integer
Page size. Default 50, maximum 100.

Response

Workflow automations retrieved successfully
boolean
Example: true
object