reach_listProfileContactsV1
Retrieve a paginated list of profile contacts, filterable by subscription status, tag, or email search, with the total count indicating matching contacts.
Instructions
Get a paginated list of contacts belonging to a profile.
Contacts can be filtered by subscription status, by tag, and by an email search term.
The meta.total field of the response is the number of contacts matching the filters,
so calling this endpoint without filters gives the profile's total contact count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| search | No | Search contacts by email | |
| per_page | No | Number of items per page | |
| tag_uuid | No | Filter contacts by tag UUID | |
| profileUuid | Yes | Profile uuid parameter | |
| subscription_status | No | Filter contacts by subscription status |