> ## Documentation Index
> Fetch the complete documentation index at: https://visaflo.ca/knowledge-base/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a case

> Read one case by its VisaFlo case ID.

`GET https://api.visaflo.app/api/public/case/:caseId`

Replace `:caseId` with the VisaFlo record ID returned by a create or search request.

```bash theme={null}
curl "https://api.visaflo.app/api/public/case/VFLO_CASE_ID" \
  -H "X-API-Key: YOUR_API_KEY"
```

Returns `200` with `data` containing the case summary, client, and assignees. Returns `404` when the case is not present and `403` when it is outside the API key's workspace.
