Retrieve a paginated list of posts from your publication. The publication is identified by the API key provided in the Authorization header.
Use the status parameter to filter by post status (published, draft, scheduled, or archived). Defaults to published.
API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.
Cursor for pagination
Maximum number of items to return (1-100, default: 10)
1 <= x <= 100Include full content fields (markdown, json, staticHtml). Default: false
Filter by post status. Default: published
published, draft, scheduled, archived