Anthropic integration
Get batch results (Anthropic format)
GET
/anthropic/v1/messages/batches/{batch_id}/resultsRetrieves results of a completed batch job.
Path Parameters
batch_id*string
Batch job ID
Header Parameters
x-model-provider?string
Provider for the batch
Response Body
application/x-ndjson
application/json
application/json
curl -X GET "http://localhost:8080/anthropic/v1/messages/batches/string/results""string"{
"type": "error",
"error": {
"type": "string",
"message": "string"
}
}{
"type": "error",
"error": {
"type": "string",
"message": "string"
}
}