campaignstack_list_content_posts
Lists content posts for a workspace with optional filtering by status, platform, and tags. Tags filter uses OR logic (posts matching ANY of the provided tags are returned). Returns up to 'limit' posts (default 20, max 100) ordered by most recent first. Supports cursor-based pagination: pass the response's nextCursor back as 'cursor' to fetch the next page. Use campaignstack_get_content_post to retrieve full details including media URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| cursor | No | Opaque pagination cursor from a previous response's nextCursor | |
| status | No | ||
| platform | No | ||
| workspaceId | No | Defaults to the API key's workspace |