Array of draft objects, ordered by creation date (newest first).
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.
{
"drafts": [
{
"id": "42",
"text": "Just shipped dark mode. What feature should we build next?",
"topic": "product update",
"goal": "conversation",
"createdAt": "2026-02-24T10:30:00.000Z",
"updatedAt": "2026-02-24T10:30:00.000Z"
},
{
"id": "38",
"text": "3 things I learned building a real-time data platform:",
"goal": "authority",
"createdAt": "2026-02-23T16:15:00.000Z",
"updatedAt": "2026-02-23T16:15:00.000Z"
}
],
"hasMore": true,
"nextCursor": "MjAyNi0wMi0yM1QxNjoxNTowMC4wMDBafDM4"
}