Skip to main content
GET
Get note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
string
required

The ID of the note

Pattern: ^not_[a-zA-Z0-9]{14}$
Example:

"not_1d3tmYTlCICgjy"

Query Parameters

include
enum<string>

Include the note transcript in the response

Available options:
transcript
Example:

"transcript"

Response

Note

id
string
required

The ID of the note

Pattern: ^not_[a-zA-Z0-9]{14}$
Example:

"not_1d3tmYTlCICgjy"

object
enum<string>
required

The object type of the note

Available options:
note
title
string | null
required

The title of the note

Example:

"Quarterly yoghurt budget review"

owner
object
required
created_at
string<date-time>
required

The creation time of the note

Example:

"2026-01-27T15:30:00Z"

updated_at
string<date-time>
required

The last update time of the note

Example:

"2026-01-27T16:45:00Z"

web_url
string<uri>
required

The URL to view the note in the Granola web app

Example:

"https://notes.granola.ai/d/f3e45e0f-24cc-480b-9a6c-8b1f5e3d7a2c"

calendar_event
object
required
attendees
object[]
required

The attendees of the meeting

Example:
folder_membership
object[]
required

The folder membership of the note

Example:
summary_text
string
required

The summary text of the note

Example:

"The quarterly yoghurt budget review was a success. We spent $100,000 on yoghurt and made $150,000 in profit."

summary_markdown
string | null
required

The summary of the note in markdown format. Can be null if the note has no summary.

Example:

"## Quarterly Yoghurt Budget Review\n\nThe quarterly yoghurt budget review was a success.\n\n- Spent **$100,000** on yoghurt\n- Made **$150,000** in profit"

transcript
object[] | null
required

The transcript of the note. The example below shows a macOS transcript. On iOS, Granola currently returns speaker.source as microphone, and diarization_label can carry anonymous Speaker A/B/... buckets when diarization is available.

Example: