Skip to main content
GET
/
anthropic
/
v1
/
messages
/
batches
/
{batch_id}
/
results
Get batch results (Anthropic format)
curl --request GET \
  --url http://localhost:8080/anthropic/v1/messages/batches/{batch_id}/results
"<string>"

Headers

x-model-provider
string

Provider for the batch

Path Parameters

batch_id
string
required

Batch job ID

Response

Successful response (JSONL stream)

The response is of type string.