List all posts in the workspace with pagination and filtering. Archived posts are excluded from results.
API key authentication. Generate an API key from your workspace settings.
Maximum number of posts to return (1-100)
1 <= x <= 100Cursor for pagination (post ID from the last item of previous page)
Fetch specific posts by IDs. Can be a single UUID or comma-separated list.
Filter by post status
Tentative, ToDo, InProgress, ForReview, Blocked, Finalized, Scheduled, Posted Filter by channel
LinkedIn, Twitter Filter by LinkedIn profile ID
Filter by X/Twitter profile ID
Filter by label IDs (posts with any of these labels). Can be a single UUID or comma-separated list.
Filter posts scheduled on or after this date (ISO 8601 format)
Filter posts scheduled on or before this date (ISO 8601 format)
Filter posts created on or after this date (ISO 8601 format)
Filter posts created on or before this date (ISO 8601 format)
Field to sort by
createdAt, publishAt Sort order
asc, desc