v1
latestOpenAPI 3.0.02026-07-2483164186.3 KBNotes
Get Note
Get a single note by its identifier. Rate limit: 60 requests per minute per organization.
get/note
Query parameters
idstring required
Example:uuid-v4
Unique identifier of the note
Response
Note retrieved successfully
Example response
{
"id": "uuid-v4",
"note": "Spoke with customer, follow-up demo scheduled for tomorrow.",
"createdBy": "Mitul Varshney",
"updatedBy": "Mitul Varshney",
"dateCreated": "2026-02-06T11:55:03.170Z",
"dateUpdated": "2026-02-06T11:55:03.170Z"
}