List Drafts

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional
Limit of number of items returned.
last_keystringOptional
Key of last item.
labelslist of stringsOptional
Labels to filter by.
ascendingbooleanOptional
Whether to sort in ascending temporal order.

Response

This endpoint returns an object.
countinteger
Number of items returned.
draftslist of objects

Draft items. Ordered by updated_at descending.

limitintegerOptional
Limit of number of items returned.
last_keystringOptional
Key of last item.

Errors