Get note
Notes
Get note
Get a specific note by its public ID, including creator and parent company.
GET
Get note
Authorizations
API key authentication using Bearer token format
Path Parameters
Note public ID
Response
Note details
A note attached to a company or person.
Note public ID
Example:
"abc123def456"
Note content in Markdown. Rendered as rich text in the Concrete app.
Example:
"Met with the founder; discussed **Q4 hiring plan**."
When the note's subject matter occurred (ISO 8601)
Example:
"2026-04-15T14:00:00Z"
Topics categorizing the note's subject matter
Categorization for a note's subject matter.
Available options:
periodic-company-update, company-announcement, board-meeting, adhoc-company-update, legal-communication, other Example:
["board-meeting"]Name of the company the note is attached to (if any)
Example:
"Acme"
Public ID of the company the note is attached to (if any)
Example:
"abc123def456"

