v52

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-21450373.3 KB
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)

boolean
OR
string

Include full content fields (markdown, json, staticHtml). Default: false

status'published' | 'draft' | 'scheduled' | 'archived'

Filter by post status. Default: published

Response

Posts retrieved successfully