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

# Get batch results

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

## Path parameters

- `id` string, required

## Response `200`

OK

- CoreBatchResultsResponse
  - `batch_id` string
  - `data` CoreBatchResultItem[]
    - `custom_id` string
    - `error` CoreBatchError
      - `message` string
      - `type` string
    - `index` integer
    - `model` string
    - `provider` string
    - `response` unknown
    - `status_code` integer
    - `url` string
  - `object` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `502` — Bad Gateway

## Changes

- **2026-08-22** `496ff50bdfef` — 6 info
  - added the optional property `error/provider` to the response with the `400` status
  - added the optional property `error/provider` to the response with the `401` status
  - added the optional property `error/provider` to the response with the `404` status
  - added the optional property `error/provider` to the response with the `409` status
  - …2 more
- **2026-04-19** `1a90f5d80e5a` — 36 warning, 6 info
  - removed the optional property `code` from the response with the `400` status
  - removed the optional property `code` from the response with the `401` status
  - removed the optional property `code` from the response with the `404` status
  - removed the optional property `code` from the response with the `409` status
  - …38 more

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/batches/:id/results/get.md)

---

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