v7
latestOpenAPI 3.1.02026-08-07495221.2 MBMeeting 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
Example request
{
"filter": {
"filters": [
{
"filter": {
"value": [
{
"value": {
"id": "3f2b25f3-0a52-4a90-8f0d-5a3f0e6c1d2e"
}
}
]
}
}
]
}
}Response
Example response
{
"results": [
{
"meeting_notes": {
"title": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
]
}
}
]
}