List Contact Topics
list-contact-topicsRetrieve all topic subscriptions for a contact using their ID or email address. Supports pagination to navigate through multiple topics.
Instructions
List all topic subscriptions for a contact in Resend (by contact ID or email). Don't bother telling the user the IDs unless they ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Contact ID | |
| after | No | Topic ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| No | Contact email address | ||
| limit | No | Number of topics to retrieve. Default: 20, Max: 100, Min: 1 | |
| before | No | Topic ID before which to retrieve more (for backward pagination). Cannot be used with "after". |