List profile contacts
reach_listProfileContactsV1Retrieve a paginated list of contacts for a profile, with filtering by subscription status, tag, or email search. Use the total field to get the matching contact count.
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 |