Alert Events Feed
sonar_alert_eventsThe detected alert events for your workspace, newest first — the same feed as the in-app Recent Alerts panel and the email digest: rank drops/gains, top-10 entries/exits, new rankings, rating drops, review spikes, and competitor changes, each with a type-specific payload (app/keyword names, old vs new values). Events only exist for alert types you've enabled rules for (sonar_set_alert); detection runs once daily. Poll with since to react to changes programmatically. Requires an Indie plan (trial counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to one alert type. Omit for all types. | |
| limit | No | Max events to return (1-200). Default 50. | |
| since | No | Only events created at/after this ISO 8601 timestamp (e.g. "2026-08-01T00:00:00Z"). Use your last poll time to fetch only new events. | |
| app_id | No | Filter to events about one tracked app (Sonar app UUID or store id). |