GET Get Funnel Subscribers​
Retrieve a paginated list of subscribers enrolled in a specific automation funnel. Includes subscriber details, sequence progress, and metrics. Supports filtering by search, status, and sequence ID. Optionally includes the funnel object and sequence list.
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​
Path Parameters
The funnel ID.
Query Parameters
Search subscribers by name or email.
Filter by funnel subscriber status. Use all to include all statuses.
"all""active""completed""cancelled""pending""waiting"Filter subscribers that have metrics for a specific sequence ID.
Include additional data. Supported values: funnel, sequences.
Number of subscribers per page.
15Page number for pagination.
1Responses​
Paginated list of funnel subscribers.