v

latestOpenAPI 3.1.02026-08-09127104507.8 KB
Composition

List saved drafts

List saved drafts.

get/api/v1/drafts

Query parameters

limitinteger

Maximum number of items to return (1-100, default 50). For paid per-result endpoints, the returned count may be lower when remaining credits cannot cover the requested page. If zero paid results are affordable, the endpoint returns 402 insufficient_credits.

afterCursorstring

Cursor for pagination

Response

Draft list

hasMoreboolean required
nextCursorstring

Example response

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