---
title: "Get batch results (Anthropic format)"
method: GET
path: "/anthropic/v1/messages/batches/{batch_id}/results"
tags: ["Anthropic Integration"]
---

# Get batch results (Anthropic format)

`GET /anthropic/v1/messages/batches/{batch_id}/results`

Retrieves results of a completed batch job.

## Path parameters

- `batch_id` string, required

## Headers

- `x-model-provider` string

## Response `200`

Successful response (JSONL stream)

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/revisions/f8cab88f64ea/schema)
