list_life_events
Retrieve a list of life events from a personal profile, with options to filter, sort, paginate, and limit results for use as context in AI-driven personalized outputs.
Instructions
ライフイベント一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 (デフォルト: 50) | |
| filter | No | フィルタ条件 (カラム名: 値) | |
| offset | No | オフセット | |
| order_by | No | ソートカラム (デフォルト: event_date) | |
| order_desc | No | 降順ソート (デフォルト: true) | |
| profile_id | No | 対象プロフィール (account-scoped APIキーの場合は必須)。未指定で profile-scoped キーは bind 先プロフィールを使用。 |