---
title: "Download Dispute Evidence"
method: GET
path: "/disputes/{dispute_id}/evidence/{evidence_id}/download"
tags: ["Disputes"]
---

# Download Dispute Evidence

`GET /disputes/{dispute_id}/evidence/{evidence_id}/download`

Download a file uploaded as `Dispute Evidence`.

**Note**: The file extension included in `output` must match the extension of the original uploaded file.

## Headers

- `Finix-Version` string

## Response `200`

A single `File Download`

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/revisions/67e4dc871bfc/schema)
