- A tracker watches one entity (by name + type) and produces alerts whenever new mentions match.
- A monitor is a named bucket of trackers with shared delivery settings (email, Slack, webhook).
monitors:writeforPOST/PATCH/DELETEon/v1/monitors*.trackers:writeforPOST/PATCH/DELETEon/v1/trackers*.
GET endpoints only need read.
Monitors
List
Create
Update / delete
Trackers inside a monitor
POST to /v1/monitors/{id}/trackers with the same shape as standalone tracker creation.
Trackers
Create
entityType must be one of person, organization, product, topic, channel.
Update / delete
Recent alerts
To inspect delivery state without subscribing to webhooks, pull the last N alerts for a monitor or tracker. Defaultn=25, max 100.
Monitor alerts
Tracker alerts
id,tracker_id,monitor_identity_id,media_id,appearance_idchannel(email / slack / webhook)status,final_status,error_messagescheduled_at,sent_at,created_at- Embedded
tracker(entity name + type + display name) - Embedded
monitor(id + name) when applicable