kintone_get_records
Fetch records from a Kintone app using query filters, pagination, and select specific fields to retrieve exactly the data you need.
Instructions
Get multiple records from a Kintone app with query filtering, pagination, and field selection. ⚠️ Use 'kintone_list_apps' first to get available app IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The ID of the Kintone app (use kintone_list_apps to see available app IDs) | |
| query | No | Query string for filtering records (optional). Use Kintone query syntax like 'status = "Active"' | |
| fields | No | List of field codes to retrieve (optional). If not specified, all fields are returned | |
| limit | No | Maximum number of records to retrieve (default: 100, max: 500) | |
| offset | No | Number of records to skip for pagination (default: 0) |