run_monitor
Execute a monitor and retrieve run details. Supports async mode, where stats and executions can be fetched later using GET /monitors/{id}.
Instructions
Run a monitor. For async=true, response won't include stats, executions, and failures. Use GET /monitors/{id} to get this information for async runs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
async | No | If true, runs the monitor asynchronously from the created monitor run task | |
monitorId | Yes | Monitor ID |