get_records
Retrieve records from a kintone app by specifying an app ID, with options to filter results, select specific fields, and manage pagination for efficient data access.
Instructions
Get records from a kintone app
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) | |
| limit | No | Maximum number of records to retrieve (default: 100, max: 500) | |
| offset | No | Offset for pagination (default: 0) |