List Audience Members
Iterate through the contacts in an audience, with lightweight details for each.
GET
Requires the
audiences:read scope. Returns the contacts in an audience, cursor-paginated so you can iterate an audience of any size.
Pass a real audience id, or the reserved id all to page through every active subscriber in the workspace. One-time send audiences are not addressable here, matching List Audiences.
The member shape is intentionally lean — enough to identify each contact without slowing down iteration over a large audience. When you need a contact’s full profile (tags, custom fields, engagement rates), fetch it from Retrieve a Contact.
Path parameters
The audience’s id, or
all for every active subscriber in the workspace.Query parameters
The number of members to return per page. Maximum
500.The pagination cursor from a previous response’s
next_cursor. See Pagination.Response
The page of audience members.
Whether more members exist after this page.
The cursor to pass as
?cursor= to fetch the next page. null when there are no more pages.
