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

# Get managed case files

`GET /managed-cases/{id}/files`

Returns all documents and files attached to a case you submitted as managing partner.

**File Access for Managing Partners:**
You can view files uploaded by:
- Your client (the creditor you represent)
- The collection partner handling the case
- Debitura support team
- Yourself (files you uploaded when submitting the case)

**File Types Include:**
- OriginalInvoice - The initial claim documentation
- ProofOfDelivery - Delivery confirmations
- Contract - Agreements between creditor and debtor
- Correspondence - Email and letter communications
- PaymentProof - Payment receipts
- CourtDocuments - Legal filings
- Other - Miscellaneous supporting documents

**Use Case:**
- Review evidence and supporting documents
- Download files to share with your client
- Verify document completeness before escalation
- Build client-facing portals showing case documentation

**Note:** File URLs are temporary signed links that expire. Call this endpoint again to generate fresh download links if needed.

Upload additional ordinary case documents with `POST /managed-cases/{id}/files`.

## Path parameters

- `id` string, uuid, required

## Response `200`

Files retrieved successfully (may be empty array)

- 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` — Case ID missing or empty
- `404` — Case not found or not submitted by you as managing partner
- `500` — Server error occurred while retrieving files

---

[API](https://skmtc.net/debitura/apis/debitura-collection-partner-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-collection-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-collection-partner-api/revisions/d0dcc5024bd1/schema)
