posts:list

List scheduled and published posts for one or more accounts.

Usage

simplified posts:list [options]

Options

FlagShortTypeDescription
--accounts-astringComma-separated account IDs (required)
--categorystringFilter: scheduled · published
--pagenumberPage number for pagination
--per-pagenumberResults 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.