메시지 배치 결과 조회
GET/v1/messages/batches/{message_batch_id}/results
메시지 배치의 결과를 .jsonl 파일로 스트리밍합니다.
파일의 각 줄은 메시지 배치 내 단일 요청의 결과를 포함하는 JSON 객체입니다. 결과가 요청과 동일한 순서로 제공된다는 보장은 없습니다. 결과를 요청과 매칭하려면 custom_id 필드를 사용하세요.
Message Batches API에 대한 자세한 내용은 사용자 가이드를 참조하세요.
Path parameters
Headers
Returns
메시지 배치 결과 조회
curl https://api.anthropic.com/v1/messages/batches/$MESSAGE_BATCH_ID/results \
-H 'anthropic-version: 2023-06-01' \
-H 'anthropic-beta: message-batches-2024-09-24' \
-H "X-Api-Key: $ANTHROPIC_API_KEY"