List scheduled and published posts for one or more accounts.
Usage
simplified posts:list [options]Options
| Flag | Short | Type | Description |
|---|---|---|---|
--accounts | -a | string | Comma-separated account IDs (required) |
--category | string | Filter: scheduled · published | |
--page | number | Page number for pagination | |
--per-page | number | Results per page |
Examples
# List all posts for an account
simplified posts:list --accounts "ACCOUNT_ID"
# List only scheduled posts, page 2
simplified posts:list --accounts "ACCOUNT_ID" --category scheduled --page 2
# Multiple accounts
simplified posts:list --accounts "ACCOUNT_ID_1,ACCOUNT_ID_2"Response
Returns a JSON array of post objects with fields: id, content, scheduled_at, status, accounts, and more.