Array of tweets in the thread, ordered chronologically.
Whether more results are available.
Cursor for the next page.
{
"tweets": [
{
"id": "1893456789012345678",
"text": "Thread starts here...",
"createdAt": "2026-03-27T10:00:00.000Z"
}
],
"has_next_page": false,
"next_cursor": ""
}