---
title: "Get full validation detail for a case"
method: GET
path: "/cases/{id}/validation"
tags: ["Cases"]
---

# Get full validation detail for a case

`GET /cases/{id}/validation`

Returns the full creditor-facing validation status for a case, including the resolution area and description for each outstanding item.

**When to call:** Check `validation.needsInfo` on `GET /cases/{id}`. If `true`, call this endpoint to retrieve the item-level breakdown of what must be supplied.

**Access Control:** Same as `GET /cases/{id}` — only accessible when you are the collection partner (or managing partner on test cases).

**Safety:** Only creditor-facing resolution areas are returned. Internal areas (InternalReview, AdminReview) and sensitive fields (Rationale, Confidence) are never exposed.

## Path parameters

- `id` string, uuid, required

## Response `200`

Full validation status returned

- DebituraDomainServicesCaseValidationCaseValidationStatusDto
  - `needsInfo` boolean
  - `creditorRespondedAt` string, date-time, nullable
  - `items` DebituraDomainServicesCaseValidationCaseValidationItemDto[], nullable
    - `resolutionArea` string, nullable
    - `description` string, nullable

## Other responses

- `400` — ID missing, empty, or not a collection case
- `404` — Case not found or not accessible

---

[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)
