Get extraction results
Returns status and up to 1,000 results. A bounded wait reduces polling. Follow nextCursor when hasMore is true.
Path parameters
Resource ID returned by the matching create or list endpoint.
Query parameters
Maximum results per page (1-1000, default 1000).
Previous nextCursor. Offset pagination is not supported.
Wait up to this many seconds when the job is active.
Use compact for core fields and tweet counts, full for nested enrichment, or raw for a source copy.
Keep enrichment nested or merge it into each result.
Preserve source keys or convert result field names.
Use outputMode=raw instead.
Response
Extraction job with results
Example response
{
"job": {
"id": "id",
"toolType": "follower_explorer",
"status": "completed",
"totalResults": 0,
"createdAt": "2026-08-23T10:00:00Z"
},
"results": [],
"waitUrl": "/api/v1/extractions/id?wait=10",
"nextCursor": "abc123"
}Changes
Changed in 7 of the 19 revisions of this API.212337
- ●
added the new
deadline_reachedenum value to thejob/completionReasonresponse property for the response status200response-property-enum-value-added
- ●
added the new
pagination_safety_limitenum value to thejob/completionReasonresponse property for the response status200response-property-enum-value-added
- ●
added the new
partial_failureenum value to thejob/completionReasonresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parameterwaitnew-optional-request-parameter
- ○
added the optional property
results/items/bookmarkCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/enrichmentDatato the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/likeCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/quoteCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/replyCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/retweetCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/tweetCreatedAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/tweetIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/tweetTextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/tweetUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/viewCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/xDisplayNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/xFollowersCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/xProfileImageUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/xUsernameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/xVerifiedto the response with the200statusresponse-optional-property-added
- ○
added the required property
pollAfterMsto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/xUserIdto the response with the200statusresponse-required-property-added
- ○
added the required property
waitUrlto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterlimit, default value was changed from10to1000request-parameter-default-value-changed
- ▲
- ▲
for the
queryrequest parameterlimit, default value was changed from100to10request-parameter-default-value-changed
- ○
added the optional property
job/completedAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
job/completionReasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
job/effectiveResultsLimitto the response with the200statusresponse-optional-property-added
- ○
added the optional property
job/errorMessageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
job/resultsLimitto the response with the200statusresponse-optional-property-added
- ○
added the required property
job/createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
job/idto the response with the200statusresponse-required-property-added
- ○
added the required property
job/statusto the response with the200statusresponse-required-property-added
- ○
added the required property
job/toolTypeto the response with the200statusresponse-required-property-added
- ○
added the required property
job/totalResultsto the response with the200statusresponse-required-property-added
- ▲
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parameterfieldStylenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterincludeRawnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroutputModenew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroutputPresetnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○