Date: March 30, 2026 Monitors run Exa searches on a schedule and send results to a webhook. Each run deduplicates against previous runs, so you only get new content.
Read the full Monitors API guide for usage and examples.
What monitors do
- Track topics over time: Competitor announcements, funding rounds, regulatory changes, research papers. Anything you’d otherwise search for by hand.
- Return structured results: Use
outputSchemato get results as plain text or typed JSON objects. - Run on an interval: Set
"1d","6h", etc. Minimum is 1 hour. Runs are anchored to when the monitor was created. - Trigger manually: You can also fire a run on demand without waiting for the next interval.
How it works
Create a monitor with a query, an interval, and a webhook URL:Structured output
Pass anoutputSchema to define the shape of each run’s results:
"type": "text" for a plain text summary instead.

