Get recent account activity
get_recent_activityRetrieve recent security and system audit events like sign-ins, API key changes, and subscription updates. Filter by event type to see what changed in your AdWhiz account.
Instructions
List the user's most recent security + system audit events (sign-ins, API key changes, OAuth connections, subscription changes, AI changes applied). Use this when the user asks 'what happened recently' or 'did anything change'. Optional kind filter restricts to one event type (e.g. 'sign_in').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter to one event kind. Valid values: 'sign_in', 'sign_out', 'password_changed', 'api_key_created', 'api_key_revoked', 'ad_account_connected', 'ad_account_disconnected', 'ad_account_token_expired', 'subscription_changed', 'subscription_canceled'. | |
| limit | No | How many events to return (default 20, max 200). |