Nachrichtenbatches
Abrufen von Nachrichten-Batch-Ergebnissen
Streams the results of a Message Batch as a .jsonl
file.
Each line in the file is a JSON object containing the result of a single request in the Message Batch. Results are not guaranteed to be in the same order as requests. Use the custom_id
field to match results to requests.
GET
/
v1
/
messages
/
batches
/
{message_batch_id}
/
results
Der Pfad zum Abrufen der Nachrichten-Batch-Ergebnisse sollte aus der
results_url
des Batches entnommen werden. Dieser Pfad sollte nicht als gegeben angenommen werden und kann sich ändern.Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2
or specify the header multiple times for each beta.
The version of the Anthropic API you want to use.
Read more about versioning and our version history here.
Path Parameters
ID of the Message Batch.
Response
200 - application/x-jsonl
The response is of type file
.
Was this page helpful?