grist_get_records
Fetch records from Grist documents using filter criteria to retrieve specific data without writing SQL queries.
Instructions
Fetch records with filters. No SQL needed. Use grist_query_sql for JOINs and aggregations. Filter syntax: {"Status": "Active"}, {"Priority": 1}, {"IsA
Example: {"docId":"abc123","tableId":"Contacts","filters":{"Status":"Active"}}
Use grist_help({tools:["grist_get_records"]}) for full schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| tableId | Yes | ||
| filters | No | ||
| columns | No | ||
| response_format | No | ||
| offset | No | ||
| limit | No |