Composition

List saved drafts

Returns saved drafts owned by the authenticated account.

get/api/v1/drafts

Query parameters

limitinteger

Maximum items per page: 1 to 100, default 50. Credits can reduce paid results. The endpoint returns 402 insufficient_credits when none are affordable.

afterCursorstring

Cursor for pagination

Response

Draft list

hasMoreboolean required
nextCursorstring

Example response

{
  "drafts": [],
  "nextCursor": "abc123"
}

Changes