kintone_get_records
Retrieve multiple records from a Kintone app with query filtering, pagination, and field selection to manage data and automate workflows.
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
TableJSON 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) |