get_note
Fetch a single note by its token. Use fetch_notes first to get the note_token. The note content is automatically decrypted in the response.
get_note
When to use
Fetch a single note by its token. Use fetch_notes first to get the note_token. The note content is automatically decrypted in the response.
Parameters to validate before calling
note_token (string, required) — The unique token (UUID) of the note to retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_token | Yes | The unique token (UUID) of the note to retrieve |