Get batch results (Anthropic format)
Retrieves results of a completed batch job.
AuthorizationBearer <token>
Bearer token authentication. Use your MPilot virtual-key JWT or admin JWT.
Virtual keys (prefixed with sk-bf-) can also be passed here.
In: header
Path Parameters
batch_idstring
Batch job ID
Header Parameters
x-model-provider?string
Provider for the batch
Response Body
curl -X GET "https://loading/{AI_GATEWAY_URL}/anthropic/v1/messages/batches/string/results" \ -H "x-model-provider: string""string"{
"type": "error",
"error": {
"type": "string",
"message": "string"
}
}{
"type": "error",
"error": {
"type": "string",
"message": "string"
}
}