get_all_records
Retrieve all records from a kintone app with automatic pagination handling. Filter results using queries and specify fields to return for efficient data extraction.
Instructions
Get all records from a kintone app (handles pagination automatically)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The app ID | |
| query | No | Query string to filter records (optional) | |
| fields | No | List of field codes to retrieve (optional) |