Retrieve extraction job details with paginated results
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.
100. Maximum: 1000.nextCursor value from the previous response to fetch the next page.id and xUserId are guaranteed on every result. All other fields are omitted entirely when unavailable (never set to null). Always check for the presence of a field before accessing it.after parameter for the next page. Only present when hasMore is true.after parameter.hasMore in the response. If true, use nextCursor as the after value in the next request.hasMore is false.GET /extractions/{id} when an integration needs structured JSON rows,
incremental checkpoints, or more rows than a file export can return. Treat
nextCursor as an opaque checkpoint and pass it back as after.
extraction_id, page_index, page_cursor, next_cursor,
has_more, and result_count after each successful page.row_id, x_user_id, x_username,
tweet_id, and tweet_text. Do not dump raw result arrays into shared logs.xquik-extraction-results.jsonl when you need replayable
rows or results beyond the export row cap.