Retrieve tweets from an X list with cursor-based pagination
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.
402 insufficient_credits.next_cursor
row when has_next_page is true, then pass it back as cursor for the next
page.
GET /x/lists/{id}/tweets when a CRM, warehouse, newsroom, monitoring
job, or agent needs tweets from a curated X List.
Store list_id, tweet_id, text, author_id, author_username,
author_name, author_followers, author_verified,
author_profile_picture, created_at, engagement counts, & media_urls for
each row. Keep has_next_page & next_cursor with the export checkpoint so
the next run can resume the list timeline without duplicating earlier rows.
Use sinceTime & untilTime for bounded backfills, and set
includeReplies=true only when reply tweets belong in the downstream queue.
false.