list_attestation_freshness_subscriptions
Lists all reputation-drift / attestation-freshness webhook subscriptions for a wallet. Returns id, callback_url, status (active/cancelled/exhausted/expired), notifications_sent vs max_notifications, last_attestation_event (none/expiring_soon/expired) with timestamp, attestation_expiry_warning_days, last_score/tier, last_checked_at, expires_at. Free. Use to audit what's being monitored and how many alerts have already fired before paying for another subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Watched wallet address (0x...) to list subscriptions for. | |
| only_active | No | If true, return only status='active' subscriptions. Default false (returns all). |