メッセージバッチ
メッセージバッチ結果の取得
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.
Learn more about the Message Batches API in our user guide
GET
メッセージバッチの結果を取得するためのパスは、バッチの
results_url
から取得する必要があります。このパスは固定と見なすべきではなく、変更される可能性があります。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.
Path Parameters
ID of the Message Batch.
Response
200
application/x-jsonl
Successful Response
This is a single line in the response .jsonl
file and does not represent the response as a whole.