get_note
Retrieve a single note by ID, verifying ownership and existence to return the note content or appropriate errors.
Instructions
Get a single note by id. Fails with 403 if it isn't owned by the caller, 404 if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||