GET
/
extract
/
{extraction_id}

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

extraction_id
string
required

ID of the extraction job

Response

200 - application/json
schema_name
string
required

Name of the schema used for extraction

extracted_data
object
required

An object containing the extracted data. Each object can either be a primitive field, a nested object or an array of objects.