cURL
curl --request POST \ --url https://api.exa.ai/search-monitors/{id}/trigger \ --header 'x-api-key: <api-key>'
{ "triggered": true }
Triggers a run immediately, regardless of the cron schedule. Works for monitors with status active or paused.
active
paused
The monitor ID
Whether the monitor was triggered
Whether the monitor was successfully triggered