Skip to main content
Organization-scoped saved searches, match reads, delivery destinations, and structured-monitor compilation.
The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.

Operations in this family

GET /v1/monitors

List saved-search monitors for the current organization

POST /v1/monitors

Create a saved-search monitor with optional webhook or email delivery destination

GET /v1/monitors/{monitor_id}

Retrieve a single monitor by id

DELETE /v1/monitors/{monitor_id}

Deactivate a monitor (idempotent; sets is_active=false)

POST /v1/monitors/{monitor_id}/delivery

Update or replace the monitor’s delivery destination (e.g., set or change an email recipient)

GET /v1/monitors/{monitor_id}/matches

Run the monitor’s saved query and return new matches since last_checked_at

POST /v1/monitors/compile

Compile a natural-language alert request into a structured monitor spec