---
title: "Get batch error files"
method: GET
path: "/api/batches/{batchId}/files"
tags: ["Batch"]
---

# Get batch error files

`GET /api/batches/{batchId}/files`

Returns a set of URLs that can be accessed to retrieve the batch error files.

## Path parameters

- `batchId` string, required

## Response `200`

Error files.

- object
  - `errorFileUrl` string, url
  - `errorDetailsFileUrl` string, url

## Other responses

- `404` — The specified resource was not found.

---

[API](https://skmtc.net/peachpayments/apis/checkout.md) · [All operations](https://skmtc.net/peachpayments/apis/checkout/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peachpayments/checkout/revisions/3a98165665f8/schema)
