posts
Get posts in a publication
Retrieve a paginated list of published posts from a publication
get/v1/publications/{publicationId}/posts
Path parameters
publicationIdstring required
Unique identifier of the publication
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
Response
Posts retrieved successfully