GET List Funnels​
Retrieve a paginated list of automation funnels. Supports sorting, searching by title, and filtering by label IDs. Optionally includes trigger definitions.
Required capability: fcrm_read_funnels
Enforced by FunnelPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Column to sort by.
"id"Sort direction.
"ASC""DESC""DESC"Search funnels by title (partial match).
Filter funnels by label IDs.
Include additional related data. Supported values: triggers.
Number of funnels per page.
15Page number for pagination.
1Only automations whose contacts carry these tag ids.
Only automations whose contacts are on these list ids.
Filter automations by status, e.g. published or draft.
Responses​
Paginated list of funnels.