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.
Query parameters
Cursor for pagination
Maximum number of items to return (1-100, default: 10)
Include full content fields (markdown, json, staticHtml). Default: false
Filter by post status. Default: published
Response
Posts retrieved successfully
Changes
Changed in 7 of the 61 revisions of this API.38
- ○
added the optional property
items/items/canonicalUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/communityIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/publishOnlineto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/items/imageAltto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/items/authors/items/farcasterfrom the response with the200statusresponse-optional-property-removed
- ●
- ●
removed the optional property
errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
added the optional property
items/items/statusto the response with the200statusresponse-optional-property-added
- ○
- ○
queryrequest parameterincludeContentlist-of-types was widened by adding typesstringrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parameterincludeContent, the type/format was generalized frombooleannull/to/request-parameter-type-generalized
- ○
- ○
endpoint added
endpoint-added
- ○