Returns posts with rich filtering and cursor pagination. Supports filtering by status, platform, account_ids, date range, and text search.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Comma-separated connected account IDs
Filter by status (draft, scheduled, publishing, published, partial, failed, cancelled)
Filter by platform (e.g. instagram, facebook)
Start of date range (RFC3339)
End of date range (RFC3339)
Text search (case-insensitive)
Sort order: scheduled_asc (default), scheduled_desc, created_asc, created_desc
Pagination cursor from previous response
Max results (default 25, max 100)
Include hidden posts (true/false, default false)