---
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 the creditor must supply.

**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 does not belong to your account

---

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