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.
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-50, default: 20)
1 <= x <= 50Filter by content kind
tweet, linkedin, newsletter, x_article Filter by lifecycle. all (default) is drafts plus delivered pieces; archived is the pieces you've put away and never delivered.
all, draft, published, archived 
