Retrieve note

Retrieves the full details of a specific note by its ID.

By default, the response includes all non-null fields available in your workspace for that note type (e.g. simple, conversation). You can optimize the response size by using the fields query parameter:

  • Use fields=name,tags,content to retrieve only specific fields
  • Use fields=all to include all fields, even those with null values

You can use this endpoint to display the entire note content, including metadata such as owner, tags, and relationships.

Use the /v2/notes/configurations endpoint to discover which fields are available for your workspace.

Language
Credentials
Click Try It! to start a request and see the response here!