List saved drafts for one or more accounts.
Usage
simplified posts:list-drafts [options]Options
| Flag | Short | Type | Description |
|---|---|---|---|
--accounts | -a | string | Comma-separated account IDs (required) |
--page | number | Page number for pagination | |
--per-page | number | Results per page |
Examples
# List drafts for an account
simplified posts:list-drafts --accounts "ACCOUNT_ID"
# Paginate
simplified posts:list-drafts --accounts "ACCOUNT_ID" --page 2 --per-page 20Response
Returns a JSON array of draft objects. Use the id field with posts:update-draft or posts:delete-draft.