mailkite_list_list_contacts
Fetch the members of a specific email list, ordered newest first. Use the last record's timestamp as a cursor to retrieve the next page of contacts.
Instructions
List the contacts that are members of a list, newest first. Optionally page with before (a last_seen_at/created_at cursor) and limit. Response is a bare array — paginate by passing the last row's last_seen_at (or created_at) as the next before. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter `id`. |