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

> Read one note linked to a VisaFlo record.

`GET https://api.visaflo.app/api/public/note/:entityType/:entityId/:noteId`

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

Valid entity types are `case`, `client`, and `lead`. The API confirms that the parent record belongs to the API key's workspace before returning the note.
