---
title: "List batch jobs (Anthropic format)"
method: GET
path: "/anthropic/v1/messages/batches"
tags: ["Anthropic Integration"]
---

# List batch jobs (Anthropic format)

`GET /anthropic/v1/messages/batches`

Lists batch processing jobs.

## Query parameters

- `page_size` integer
- `page_token` string

## Headers

- `x-model-provider` string

## Response `200`

Successful response

- object
  - `data` object[]
    - `id` string
    - `type` string
    - `processing_status` 'in_progress' | 'ended' | 'canceling'
    - `request_counts` object
      - `processing` integer
      - `succeeded` integer
      - `errored` integer
      - `canceled` integer
      - `expired` integer
    - `ended_at` string, date-time, nullable
    - `created_at` string, date-time
    - `expires_at` string, date-time
    - `archived_at` string, date-time, nullable
    - `cancel_initiated_at` string, date-time, nullable
    - `results_url` string, nullable
  - `has_more` boolean
  - `first_id` string
  - `last_id` string

## 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)
