list_posts
List your posts with optional filters. Returns post ID, caption, status (scheduled, processing, posted), is_draft flag, scheduled time, and associated accounts. Drafts have status 'scheduled' with is_draft: true and scheduled_at: null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to return (default 50) | |
| offset | No | Offset for pagination | |
| status | No | Filter by status: scheduled, processing, or posted. Drafts have status 'scheduled' — use is_draft on results to distinguish. | |
| platform | No | Filter by platform (e.g. instagram, tiktok, youtube, twitter, facebook, linkedin, pinterest, bluesky, threads, google_business) |