Extractions
Get extraction results
get/extractions/{id}
Path parameters
idstring required
Extraction public ID (UUID)
Query parameters
limitinteger
Maximum number of results to return (1-1000, default 100)
cursorstring
Cursor for keyset pagination from prior response next_cursor
Response
Extraction job with results
Example response
{
"job": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"toolType": "follower_explorer",
"status": "completed"
},
"results": [],
"nextCursor": "abc123"
}