get_draft
Retrieve full details of a specific draft, including the body content in ProseMirror JSON. Provide the draft ID to access the draft data.
Instructions
Get full details of a specific draft, including the body content.
Args: post_id: Draft ID.
Returns: Full draft data including draft_body (ProseMirror JSON).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |