---
title: "Get a message batch"
method: GET
path: "/v1/messages/batches/{id}"
tags: ["messages"]
---

# Get a message batch

`GET /v1/messages/batches/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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/versions/4c27ea61fcfe/schema)
