list_contacts
Retrieve a paginated list of contacts from your Systeme.io account, filterable by email, tags, or subscription status.
Instructions
List contacts in your Systeme.io account. Filter by email, tags, bounced/unsubscribed status, or registration date. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by exact email address | ||
| tags | No | Filter by tag IDs separated by commas (returns contacts with ALL specified tags) | |
| bounced | No | Filter by bounced status | |
| unsubscribed | No | Filter by unsubscribed status | |
| needsConfirmation | No | Filter by needs confirmation status | |
| registeredBefore | No | Filter contacts registered before this date (ISO 8601 format) | |
| registeredAfter | No | Filter contacts registered after this date (ISO 8601 format) | |
| limit | No | Number of results (10-100, default 10) | |
| startingAfter | No | Cursor: ID of the last item from previous page | |
| order | No | Sort order (default: desc) |