List draft posts
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
List draft posts
Authorizations
API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.
Query Parameters
Cursor for pagination
Maximum number of items to return (1-100, default: 10)
Required range:
1 <= x <= 100Include full content fields (markdown, json, staticHtml). Default: false
Filter by post status. Default: published
Available options:
published, draft, scheduled, archived 
