dingtalk_aitable_record_query
Retrieve records from a DingTalk Aitable table by providing Base ID and Table ID. Use optional filter, sort, and limit parameters to control which data is returned and pagination.
Instructions
查询数据表中的记录(支持过滤、排序、分页)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 排序(JSON 格式) | |
| limit | No | 返回记录数,默认 20 | |
| filter | No | 过滤条件(公式字符串) | |
| base_id | Yes | Base ID | |
| table_id | Yes | 数据表 ID |