OpenAPI 3.1.02026-08-19127114508.1 KB
ccbc269bc193
Extractions
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
Previous nextCursor.
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
{
"results": [],
"nextCursor": "abc123"
}