---
title: "Get case files"
method: GET
path: "/cases/{id}/files"
tags: ["Cases"]
---

# Get case files

`GET /cases/{id}/files`

Returns all files associated with the specified case.

## Path parameters

- `id` string, uuid, required

## Response `200`

Files retrieved successfully

- DebituraWebExternalApiContractsV1FilesCaseFileDto[]
  - `id` string, uuid
  - `dateCreated` string, date-time
  - `dateUpdated` string, date-time
  - `caseId` string, uuid
  - `entityType` string, nullable
  - `entityId` string, uuid
  - `fileName` string, nullable
  - `url` string, nullable
  - `description` string, nullable
  - `documentType` string, nullable

## Other responses

- `400` — Invalid case ID
- `404` — Case not found
- `500` — Server error

---

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