> ## Documentation Index
> Fetch the complete documentation index at: https://docs.granola.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Granola API updates and changes

<Update label="April 2026" description="v1.1.0">
  * **List Folders** endpoint for retrieving accessible folders with cursor-based pagination
  * **List Notes** now supports an optional `folder_id` query parameter to filter notes by folder
  * Folder hierarchy support: folders now include `parent_folder_id` to represent nesting
  * **Get Note** `folder_membership` response now includes ancestor folders alongside direct containers
</Update>

<Update label="February 2026" description="v1.0.0">
  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
</Update>
