list_contacts
List contacts, most recent first. Optionally filter by tag, country (ISO-2 custom field), opt-out status, or an exact phone (E.164) to look up a single contact. Paginated: pass the returned next_cursor to fetch the next page. Returns { data: contacts[], next_cursor, has_more }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only contacts carrying this tag | |
| limit | No | Page size, default 50 | |
| phone | No | Exact E.164 match, e.g. +49171234567 — look up one contact | |
| cursor | No | next_cursor from a previous call | |
| country | No | ISO-2 country code, e.g. DE | |
| opted_out | No | Filter by opt-out status |