List workflows
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Filter on workflows ids
Filter on workflows that contains that string in the name
Filter on workflows with on of those resource groups
Filter on workflows with one of those statuses
draft, publishing, published, error, inactive Display archived workflows
Display hidden workflows
name desc Filter on workflows with a specific hierarchy path. Pass an array of strings representing the folder path (e.g., ["Marketing", "Q4"] for Marketing > Q4). Empty array or omitted returns root-level workflows (default behavior).
List of fields you want to get, by default the whole workflow with versions is returned.
But you can choose to return only ['name'] to have data: [{ id: 'bar', name: 'foo' }].
Note: id is always returned
x >= 1x >= 1email