missive_list_conversation_drafts
Fetch draft messages in a conversation, ordered newest first. Use pagination with the until parameter to get older drafts.
Instructions
Lists draft messages in a conversation (GET /conversations/:id/drafts), newest first. Paginate with until = delivered_at of the oldest draft from the previous page. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of drafts to return. Default 10, max 10. | |
| until | No | Unix timestamp: the `delivered_at` of the oldest draft from the previous page. | |
| conversation_id | Yes | The conversation UUID to list drafts from. |