posts
List your posts
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.
get/v1/posts
Query parameters
cursorstring
Cursor for pagination
limitinteger
Maximum number of items to return (1-100, default: 10)
Include full content fields (markdown, json, staticHtml). Default: false
status'published' | 'draft' | 'scheduled' | 'archived'
Filter by post status. Default: published
Response
Posts retrieved successfully