latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-20510415.2 KB

d7ee6288035e

content

List your drafted content

Retrieve a paginated list of the short-form content in your publication's library, newest activity first. The publication is identified by the API key.

Filter with kind and status. status defaults to all, which is everything except the pieces you've archived — a piece that was delivered stays listed whether or not it was archived afterwards.

Bodies aren't included; fetch a single piece to read one.

get/v1/content

Query parameters

cursorstring

Cursor for pagination

limitinteger

Maximum number of items to return (1-50, default: 20)

kind'tweet' | 'linkedin' | 'newsletter' | 'x_article'

Filter by content kind

status'all' | 'draft' | 'published' | 'archived'

Filter by lifecycle. all (default) is drafts plus delivered pieces; archived is the pieces you've put away and never delivered.

Response

Content retrieved successfully