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"
}
}
]
}