list_scheduled_sends
Check scheduled and undo-send messages, newest first. Retrieve ids, status, and send times to find a lost id needed for canceling a send.
Instructions
List items in the local undo-send / scheduled-send queue (from send_email with PROTONMAIL_SEND_DELAY_SECONDS set, or schedule_draft), newest first, 50 per page (returns total/hasMore; page with offset, raise limit for more), including id, status, and sendAt — use this to rediscover the id needed for cancel_send if it was lost with the conversation. Message bodies are shortened and HTML/attachments omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page, newest first. Default 50. | |
| offset | No | Skip this many records (paging). Check hasMore for more. | |
| status | No | Filter to one status. Omit to list everything. |