List Drafts
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
inbox_id
ID of inbox.
Query Parameters
limit
Limit of number of items returned.
page_token
Page token for pagination.
labels
Labels to filter by.
before
Timestamp before which to filter by.
after
Timestamp after which to filter by.
ascending
Whether to sort in ascending temporal order.
Response
This endpoint returns an object.
count
Number of items returned.
drafts
Ordered by updated_at descending.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
