pd-notion-query-db

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

notion query-db

notion query-db

PREREQUISITE: Read
../pd-notion/SKILL.md
for all commands.
bash
npx tsx resources/pd-notion.ts query-db --id <DB_ID> [--filter JSON] [--sort JSON] [--limit 20]
Always run
db-schema
first.
Filter operators:
equals
,
contains
,
greater_than
,
before
, etc. (Notion filter docs). Read-only.
前置条件: 阅读
../pd-notion/SKILL.md
了解所有命令。
bash
npx tsx resources/pd-notion.ts query-db --id <DB_ID> [--filter JSON] [--sort JSON] [--limit 20]
请始终先运行
db-schema
筛选操作符包括:
equals
contains
greater_than
before
等(Notion 筛选器文档)。仅支持只读操作。