Composition

List saved drafts

get/drafts

Query parameters

limitinteger

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

afterCursorstring

Cursor for pagination

Response

Draft list

hasMoreboolean required
nextCursorstring

Example response

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

Changes