Updated API access scopes to support broader programmatic access to notes and transcripts.
- API keys can be created with Personal notes, Public notes, or both access scopes
- Users in Business and Enterprise workspaces can create API keys for programmatic note and transcript access
- Enterprise admins can control which API access scopes workspace members can use
- List Folders endpoint for retrieving accessible folders with cursor-based pagination
- List Notes now supports an optional
folder_idquery parameter to filter notes by folder - Folder hierarchy support: folders now include
parent_folder_idto represent nesting - Get Note
folder_membershipresponse now includes ancestor folders alongside direct containers
Initial public release of the Granola API.
- List Notes endpoint for retrieving workspace notes
- Get Note endpoint for fetching individual note details
- API key authentication for workspace administrators
- Rate limiting at 5 requests/second sustained

