Notes
Get a single note by ID
Gets a single note based on the ID supplied
get/v1/notes/{noteId}
Path parameters
noteIdstring required
ID of note to get
Response
Note response
Example response
{
"status": "ok",
"data": {
"id": "note_EXAMPLE123456789",
"status": "STATUS_DONE",
"timestamp": {
"start": 1731014849730,
"complete": 1731014853958
}
},
"date": "2024-11-07T21:27:39Z"
}