v
latestOpenAPI 3.1.02026-08-09127104507.8 KBExtractions
Get extraction results
Get extraction results.
get/api/v1/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
outputMode'compact' | 'full' | 'raw'
Select compact, full, or raw-compatible result fields.
outputPreset'nested' | 'flat'
Keep enrichment nested or merge it into each result.
fieldStyle'source' | 'camelCase' | 'snake_case'
Preserve source keys or convert result field names.
includeRawboolean
Use outputMode=raw instead.
Response
Extraction job with results
Example response
{
"job": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"toolType": "follower_explorer",
"status": "completed"
},
"results": [],
"nextCursor": "abc123"
}