list_health_entries
Retrieve a paginated, filterable list of health entries from the Personal DB, with options to sort, limit results, and target a specific profile.
Instructions
健康エントリ一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 (デフォルト: 50) | |
| filter | No | フィルタ条件 (カラム名: 値) | |
| offset | No | オフセット | |
| order_by | No | ソートカラム (デフォルト: created_at) | |
| order_desc | No | 降順ソート (デフォルト: true) | |
| profile_id | No | 対象プロフィール (account-scoped APIキーの場合は必須)。未指定で profile-scoped キーは bind 先プロフィールを使用。 |