Get note

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

Without the members:pii:read scope, owner and creator email fields are returned as [redacted].

By default, the response includes all non-null fields available in your workspace for that note type (e.g. textNote, conversationNote). 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.

Path Params
uuid
required

Note identifier.

Query Params
fields
array of strings

Controls which fields are returned in the response to optimize bandwidth and tailor data to your needs.

Options:

  • Not specified: Returns only fields with non-empty values (default)
  • fields[]=all: Returns all fields, including those with null values
  • fields[]=name&fields[]=tags: Returns only the specified fields

Notes:

  • When specific fields are requested, they are returned even if they have null/empty values
  • Unknown field IDs result in a 400 Bad Request error
  • Combining all with specific field IDs results in a 400 Bad Request error

For detailed usage, examples, and field discovery, see Response Field Control.

fields
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json