Retrieve a generated note
get_noteRetrieve a previously generated note using its unique noteId. Useful for fetching the result of an asynchronous audio transcription job once processing is complete.
Instructions
Retrieve a previously generated note by its noteId. Useful for fetching the result of an asynchronous audio job once status is 'completed'. Notes auto-expire (see expires_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | The noteId returned by a generate/audio call (e.g. note_01jfg…). |