list_posts
Filter by platform, status, and date to retrieve social media posts. Access all post states including drafts, scheduled, published, and failed.
Instructions
List social media posts with optional filters for platform, status, and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| limit | No | Posts per page (max 50) | |
| platforms | No | Filter by platforms | |
| statuses | No | Filter by post statuses | |
| from | No | Start date filter (ISO 8601, e.g. 2025-01-01T00:00:00.000Z) | |
| to | No | End date filter (ISO 8601, e.g. 2025-01-31T23:59:59.999Z) |