---
title: "Batch completions"
method: GET
path: "/ai/batches"
---

# Batch completions

`GET /ai/batches`

Retrieve the status of batch conversations.

## Query parameters

- `id` string, uuid, required

## Response `200`

The batch status.

- BatchStatus
  - `id` string, uuid, required — The identifier to retrieve the batch job with.
  - `status` 'retrieving' | 'archiving' | 'successful' | 'failed', required
  - `count` integer, required — The number of batch requests.
  - `successful` integer, required — The number of successful requests in the batch.
  - `failed` integer, required — The number of failed requests in the batch.
  - `url` string, uri — The URL of the archived requests, which is available on job completion.

## Other responses

- `401` — The authorization header was missing.
- `402` — No more credits are available.
- `403` — The API token was invalid.
- `422` — One or more parameters were invalid.
- `500` — An unknown error occurred.

## Changes

- **2026-07-06** `bfddf5b2c698` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/joinmassive/apis/massive/changes/ai/batches/get.md)

---

[API](https://skmtc.dev/joinmassive/apis/massive.md) · [All operations](https://skmtc.dev/joinmassive/apis/massive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinmassive/massive/revisions/3a9f7769563f/schema)
