list_feishu_bitable_records
Paginate query Feishu Bitable records with optional filter expressions to locate target rows and retrieve record_id for precise updates.
Instructions
分页查询飞书多维表格记录,可传入 Bitable filter 表达式定位目标行;返回用于精确更新的 record_id。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Bitable table_id(数据表 ID) | |
| app_token | Yes | Bitable app_token(多维表格 Token) | |
| page_size | No | 每页记录数,范围 1—500 | |
| page_token | No | ||
| filter_expression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||