list_posts
Retrieve social media posts with filters for platform, status, and date range to manage content across multiple channels.
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) |