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

# List message batches

`GET /v1/messages/batches`

## Query parameters

- `after_id` string
- `limit` integer

## Response `200`

OK

- AnthropicapiMessageBatchList
  - `data` AnthropicapiMessageBatch[]
    - `archived_at` string
    - `cancel_initiated_at` string
    - `created_at` string
    - `ended_at` string
    - `expires_at` string
    - `id` string
    - `processing_status` string
    - `request_counts` AnthropicapiMessageBatchRequestCounts
      - `canceled` integer
      - `errored` integer
      - `expired` integer
      - `processing` integer
      - `succeeded` integer
    - `results_url` string
    - `type` string
  - `first_id` string
  - `has_more` boolean
  - `last_id` string

## Other responses

- `401` — Unauthorized

---

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