get_draft
Retrieve a full draft post's details by ID, including body, audience, and email settings.
Instructions
Read one draft post of your Substack publication in full, including its body and its audience and email settings. Take the id from list_posts or create_draft_post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The numeric id of the draft, as returned by list_posts (`id`) or create_draft_post (`draft_id`). |