> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitors

> Organization-scoped saved searches, match reads, delivery destinations, and structured-monitor compilation.

Organization-scoped saved searches, match reads, delivery destinations, and structured-monitor compilation.

<Note>
  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.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/monitors" href="/api-reference/monitors/get-v1-monitors">List saved-search monitors for the current organization</Card>
  <Card title="POST /v1/monitors" href="/api-reference/monitors/post-v1-monitors">Create a saved-search monitor with optional webhook or email delivery destination</Card>
  <Card title="GET /v1/monitors/{monitor_id}" href="/api-reference/monitors/get-v1-monitors-monitor-id">Retrieve a single monitor by id</Card>
  <Card title="DELETE /v1/monitors/{monitor_id}" href="/api-reference/monitors/delete-v1-monitors-monitor-id">Deactivate a monitor (idempotent; sets is\_active=false)</Card>
  <Card title="POST /v1/monitors/{monitor_id}/delivery" href="/api-reference/monitors/post-v1-monitors-monitor-id-delivery">Update or replace the monitor's delivery destination (e.g., set or change an email recipient)</Card>
  <Card title="GET /v1/monitors/{monitor_id}/matches" href="/api-reference/monitors/get-v1-monitors-monitor-id-matches">Run the monitor's saved query and return new matches since last\_checked\_at</Card>
  <Card title="POST /v1/monitors/compile" href="/api-reference/monitors/post-v1-monitors-compile">Compile a natural-language alert request into a structured monitor spec</Card>
</CardGroup>
