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
Example response
{
"drafts": [],
"nextCursor": "abc123"
}Maximum number of items to return (1-100, default 50)
Cursor for pagination
Draft list
{
"drafts": [],
"nextCursor": "abc123"
}