Skip to main content
GET
/
v1
/
batches
/
{batch_id}
/
items
/
{item_id}
/
result
Get Batch Item Result Endpoint
curl --request GET \
  --url https://api.extract.page/v1/batches/{batch_id}/items/{item_id}/result \
  --header 'X-API-KEY: <api-key>'
{
  "error": "result_not_ready",
  "status": "running"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

batch_id
string
required
item_id
string
required

Response

Successful Response