---
title: "Get files attached to a deal"
method: GET
path: "/v2/deals/{deal_key}/files"
tags: ["Deals"]
---

# Get files attached to a deal

`GET /v2/deals/{deal_key}/files`

Gets the files attached to the specified deal

## Path parameters

- `deal_key` string, required

## Response `200`

Gets the files attached to the specified deal

- object
  - `data` object, required
    - `deal_files` object[]
      - `field_key` string
      - `key` string
      - `name` string
  - `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)
