---
title: "Retrieve Batch Results"
method: GET
path: "/v1/batches/{batch_id}/results"
tags: ["batches"]
---

# Retrieve Batch Results

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

Retrieve the results of a completed batch.

## Path parameters

- `batch_id` string, required

## Query parameters

- `provider` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `409` — Batch is not yet complete
- `422` — Validation Error
- `502` — LLM provider error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/3f47ecc61aff/schema)
