Notion

notion_query_database

Query a database with filters and sorts (legacy endpoint). For new integrations prefer notion_query_data_source.

Remote node2flow/notion

Other tools also called notion_query_database? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sorts": {
      "type": "array",
      "description": "Sort criteria array"
    },
    "filter": {
      "type": "object",
      "description": "Filter object (Notion filter syntax)"
    },
    "page_size": {
      "type": "number",
      "description": "Results per page (max 100)"
    },
    "database_id": {
      "type": "string",
      "description": "Database ID to query"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  }
}
          

Provider

Notion →