get_apps
Retrieve kintone application information using filters like name, ID, code, or space to find and manage apps in your workspace.
Instructions
Get kintone apps information by name or other filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Partial match for app name (case-insensitive) | |
| ids | No | List of app IDs to retrieve | |
| codes | No | List of app codes to retrieve (exact match, case-sensitive) | |
| space_ids | No | List of space IDs to filter apps | |
| limit | No | Maximum number of apps to retrieve (default: 100, max: 100) | |
| offset | No | Offset for pagination (default: 0) |