Skip to main content
GET
/
v1
/
notes
List notes
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>"
}

Authorizations

Authorization
string
header
required

Query Parameters

created_before

The created before of the note

created_after

The created after of the note

cursor
string

The cursor of the note

Response

List of meetings

notes
object[]
required
hasMore
boolean
required

The has more of the note

cursor
string | null
required

The cursor of the note