---
title: "List Batches"
method: GET
path: "/v1/batches"
tags: ["batches"]
---

# List Batches

`GET /v1/batches`

List batches for a provider.

Non-master keys only see batches they own (plus legacy batches without an
ownership marker); the page is filtered after the provider call, so a page
may contain fewer than ``limit`` items.

## Query parameters

- `provider` string, required
- `after` string, nullable
- `limit` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation 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/cea76e85cdac/schema)
