Drafts
List drafts
Retrieve saved tweet drafts with cursor-based pagination
GET
List drafts
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
Query parameters
Results per page. Default
50, max 50.Pagination cursor from a previous response. Pass the
nextCursor value to fetch the next page.Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
- 200 OK
- 401 Unauthenticated
- 429 Rate Limited
Array of draft objects, ordered by creation date (newest first).
Unique draft ID.
The draft tweet text.
Topic the tweet is about. Omitted if not set.
Optimization goal. Omitted if not set.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
true if additional pages exist beyond this result set.Pagination cursor. Pass as the
afterCursor query parameter to fetch the next page. Present only when hasMore is true.Related: Create Draft to save a new draft, Get Draft to fetch a specific draft, or Delete Draft to remove one.
Last modified on May 5, 2026
List drafts