Skip to content
Talk to an Engineer Dashboard

Granola

Connect to Granola to access AI-generated meeting notes, summaries, transcripts, and attendee data from your workspace. Granola automatically records and summarises meetings so your team never misses key decisions or action items.

Connect to Granola to access AI-generated meeting notes, summaries, transcripts, and attendee data from your workspace. Granola automatically records and summarises meetings so your team never misses key decisions or action items.

Granola logo

Supports authentication: Bearer Token

Retrieve a single Granola meeting note by its ID. Returns the full note including title, owner, calendar event details, attendees, folder memberships, and AI-generated summary. Optionally include the full transcript with speaker labels and timestamps.

NameTypeRequiredDescription
includestringNoPass ‘transcript’ to include the full meeting transcript with speaker source and timestamps.
note_idstringYesThe unique identifier of the note to retrieve. Format: not_XXXXXXXXXXXXXX.

List all accessible meeting notes in the Granola workspace with pagination and date filtering. Returns note IDs, titles, owners, calendar event details, attendees, folder memberships, and AI-generated summaries. Only notes shared in workspace-wide folders are accessible.

NameTypeRequiredDescription
created_afterstringNoFilter notes created on or after this date. ISO 8601 format (e.g., 2024-01-01 or 2024-01-01T00:00:00Z).
created_beforestringNoFilter notes created before this date. ISO 8601 format (e.g., 2024-12-31 or 2024-12-31T23:59:59Z).
cursorstringNoPagination cursor from the previous response to fetch the next page of results.
page_sizeintegerNoNumber of notes to return per page (1–30). Defaults to 10.
updated_afterstringNoFilter notes updated after this date. ISO 8601 format (e.g., 2024-06-01 or 2024-06-01T00:00:00Z).