---
title: "Get deal file"
method: GET
path: "/deals/{deal_key}/file/{file_key}"
tags: ["Deals"]
---

# Get deal file

`GET /deals/{deal_key}/file/{file_key}`

Get the file for the deal.

## Path parameters

- `deal_key` string, required
- `file_key` string, required

## Response `200`

Get the file for the deal.

- object
  - `data` object, required
    - `url` string — URL for the file
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.net/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/versions/0f35aebe53a9/schema)
