---
title: "Download File"
method: GET
path: "/v1/disputes/{disputeId}/files/{fileId}"
tags: ["Disputes", "Internal"]
---

# Download File

`GET /v1/disputes/{disputeId}/files/{fileId}`

Use this endpoint to download file linked to a dispute. Returns the file as a binary stream.

## Path parameters

- `disputeId` string, required
- `fileId` string, required

## Headers

- `Request-Reference` string

## Response `200`

File downloaded successfully. The response body contains the raw file data as a binary stream.

## Other responses

- `400` — Bad Request
- `404` — Not found
- `409` — Target event could not be reset due to a concurrent update.
- `500` — Internal Server Error

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/revisions/112e8bb4c815/schema)
