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.
Query parameters
Cursor for pagination
Maximum number of items to return (1-50, default: 20)
Filter by content kind
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
Changes
Changed in 2 of the 61 revisions of this API.2
- ○
added the required property
items/items/urlto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○