v3

latestOpenAPI 3.1.02026-07-31495191.1 MB
Meeting notes

Query meeting notes

post/v1/blocks/meeting_notes/query

Headers

Notion-Version'2026-03-11' required

The API version to use for this request. The latest version is 2026-03-11.

Request body

limitinteger

Maximum number of results to return. Defaults to 50.

Response

has_moreboolean required

Whether additional results exist beyond the returned limit.

Example response

{
  "results": [
    {
      "meeting_notes": {
        "title": [
          {
            "text": {
              "link": {
                "url": "https://www.notion.com"
              }
            }
          }
        ]
      }
    }
  ]
}