Tool
tracking_profiles_list
List/search people (profiles) for the product; filter by email and status, cursor-paged.
List/search people (profiles) for the product; filter by email and status, cursor-paged.
Behavior
- HTTP
GET /tracking/profiles
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| string | — | Exact email to find (case-insensitive), or a prefix when emailMatch=prefix | |
| limit | integer | — | Max profiles per page (default 25, max 100) |
| cursor | string | — | Opaque pagination cursor from a previous response |
| status | string | — | Filter by profile status |
| emailMatch | string | — | How to match the email filter |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| cursor | string | • | |
| profiles | array | • |
Try it
List/search people (profiles) for the product; filter by email and status, cursor-paged.