V2
Batches
Get Batch
Get a batch by ID.
get/api/v2/batches/{batch_id}
Path parameters
batch_idstring required
Query parameters
expandstring[] nullable
Fields to expand. Supported value: results.
Fields to expand. Supported value: results.
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"config": {
"job": {
"configuration_id": "cfg-PARSE_AGENTIC"
}
},
"results": [
{
"source_directory_file_id": "dfl-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"job_reference": {
"id": "pjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
}
}
]
}Changes
Changed in 2 of the 33 revisions of this API.3
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○