get_draft
Fetch a specific draft by ID to get its full state, including media items, platform overrides, publish results, and rejection info. Use when you need complete draft details.
Instructions
Fetch a single draft by id. Returns the full Draft including mediaItems, platformOverrides, publish results (if published), and rejection info (if rejected). Use this when the user references a specific draft and you need its full state. Returns 404 if not in the user's workspace or soft-deleted (deleted drafts can be fetched if needed by inspecting the list with status:['deleted']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | The draft id (UUID). |