v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBMonitors
Run a monitor now
Triggers an immediate run of the monitor outside its normal schedule. The run is queued and processed asynchronously.
post/monitors/{monitor_id}/run
Path parameters
monitor_idstring required
Example:mon_123
Response
Run queued
Example response
{
"monitor_id": "mon_123",
"run_id": "run_123",
"queued": true
}