v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
Monitors

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

monitor_idstring required
run_idstring required

The queued run. Poll GET /monitors/{monitor_id}/runs or use it to correlate results.

queuedboolean required

Example response

{
  "monitor_id": "mon_123",
  "run_id": "run_123",
  "queued": true
}