InboxesDrafts
List Drafts
CLI:
agentmail inboxes:drafts list --inbox-id <inbox_id>
get/v0/inboxes/{inbox_id}/drafts
Path parameters
inbox_idstring required
The ID of the inbox.
Query parameters
limitinteger
Limit of number of items returned.
page_tokenstring
Page token for pagination.
labelsstring[]
Labels to filter by.
beforestring date-time
Timestamp before which to filter by.
afterstring date-time
Timestamp after which to filter by.
ascendingboolean
Sort in ascending temporal order.