mailkite_list_messages
List stored email messages newest first. Filter by sender, recipient, or subject, and paginate using a received_at cursor to retrieve older messages.
Instructions
List stored messages, newest first. Optionally filter with search (matches sender, recipient, or subject) and page with before (a received_at cursor) and limit; omit all for the default newest 100. Response is a bare array — paginate by passing the last row's received_at as the next before. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||