cURL
curl --request GET \ --url https://public-api.granola.ai/v1/notes \ --header 'Authorization: <api-key>'
{ "notes": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "owner": { "name": "<string>", "email": "jsmith@example.com" }, "created_at": "2023-11-07T05:31:56Z" } ], "hasMore": true, "cursor": "<string>" }
Retrieve a paginated list of notes for the workspace
The created before of the note
The created after of the note
The cursor of the note
List of meetings
Show child attributes
The has more of the note