메시지 배치 결과 검색
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.
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.
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
This is a single line in the response .jsonl
file and does not represent the response as a whole.
Developer-provided ID created for each request in a Message Batch. Useful for matching results to requests, as results may be given out of request order.
Must be unique for each request within the Message Batch.
Processing result for this request.
Contains a Message output if processing was successful, an error response if processing failed, or the reason why processing was not attempted, such as cancellation or expiration.