> ## 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.

# List notes

> List notes for one VisaFlo lead, client, or case.

`GET https://api.visaflo.app/api/public/note/list`

Both `entityType` and `entityId` are required query parameters.

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

Returns `200` with `data`. Case notes include `title`, `description`, and `content`; lead and client notes include `content` and an optional title.
