Extractions
List extraction jobs
get/extractions
Query parameters
limitinteger
Maximum number of items to return (1-100, default 50). For paid per-result endpoints, the returned count may be lower when remaining credits cannot cover the requested page. If zero paid results are affordable, the endpoint returns 402 insufficient_credits.
cursorstring
Cursor for keyset pagination from prior response next_cursor
toolType'article_extractor' | 'community_extractor' | 'community_moderator_explorer' | 'community_post_extractor' | 'community_search' | 'favoriters' | 'follower_explorer' | 'following_explorer' | 'list_follower_explorer' | 'list_member_extractor' | 'list_post_extractor' | 'mention_extractor' | 'people_search' | 'post_extractor' | 'quote_extractor' | 'reply_extractor' | 'repost_extractor' | 'space_explorer' | 'thread_extractor' | 'tweet_search_extractor' | 'user_likes' | 'user_media' | 'verified_follower_explorer'
Identifier for the extraction tool used to run a job.
Example:follower_explorer
Filter by extraction tool type
status'running' | 'completed' | 'failed'
Filter by job status
Response
Extraction job list
Example response
{
"extractions": [],
"nextCursor": "abc123"
}