v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-30132748.5 KB
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

statusstring

Status of the response

datestring date-time

Timestamp of the response

Example response

{
  "status": "ok",
  "data": {
    "id": "note_EXAMPLE123456789",
    "status": "STATUS_DONE",
    "timestamp": {
      "start": 1731014849730,
      "complete": 1731014853958
    }
  },
  "date": "2024-11-07T21:27:39Z"
}
All 13 operations