List drafts
list_draftsRetrieve unpublished Substack drafts, sorted by most recent edit. Supports pagination, sorting, and publication selection.
Instructions
List unpublished drafts, most recently edited first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return. 1 to 100, default 25. | |
| offset | No | Skip this many, for paging. | |
| order_by | No | draft_updated_at | |
| publication | No | Which connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication. | |
| order_direction | No | desc |