GET Get Sequence Subscribers​
Retrieve a paginated list of subscribers enrolled in a specific email sequence. Each record includes the sequence tracker data and the associated subscriber. Requires FluentCampaign Pro.
Required capability: fcrm_read_emails
Enforced by SequencePolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
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 sequence ID.
Query Parameters
Number of records per page.
15Page number for pagination.
1Search the enrolled contacts.
Filter by enrolment status. all is treated as no filter.
Column to sort by. Anything outside the allowed set falls back to id.
"id""created_at""status""id"Sort direction. Anything other than ASC is treated as DESC.
"ASC""DESC""DESC"Responses​
Paginated list of sequence subscribers with tracker data.