check_outbox
Check sent messages in the outbox with pagination. Retrieve sent messages from the authenticated key's outbox, using page and pageSize to browse results.
Instructions
Check the authenticated key outbox for sent messages. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| pageSize | No | Items per page, max 100 (default: 20) |