List scheduled and past posts
list_scheduledShow scheduled and published social posts with per-channel results (e.g., Instagram published, TikTok failed). Filter by post ID or channel; read-only, uses 0 credits.
Instructions
Show what is queued to post and what already went out. Each fired item reports PER-CHANNEL outcomes, so you can see that (say) Instagram published and TikTok failed on the same item rather than a single misleading verdict. Past items are rebuilt from published-post records, one row per channel; they are not job runs (use list_jobs for those). THE LIST IS COMPACT so it fits in one reply: the next 25 queued and the last 15 fired, captions shortened. Pass id for ONE post in full (every caption and setting, which you need before reschedule_post replaces a caption map), channel to filter, or upcoming / fired for more rows. Read-only, 0 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | one post id from this list: returns that post in full, every caption and setting included | |
| fired | No | how many already-fired posts to list, most recent last (default 15, max 200) | |
| channel | No | only posts that include this channel, e.g. "pinterest" or "x" | |
| upcoming | No | how many queued posts to list, soonest first (default 25, max 200) |