postiz_list_posts
List social media posts within a specific date range, returning scheduled, queued, and published posts with their integration, content, state, and platform release URL.
Instructions
List posts in a date range via GET /api/posts. Returns scheduled, queued, and published posts with their integration, content, state, and any platform release URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | ISO-8601 start of window. | |
| endDate | No | ISO-8601 end of window. | |
| display | No | Convenience window when start/end omitted. Default 'week'. | |
| customer | No | Optional customer id (multi-tenant). |