run_monitor
Triggers a Postman monitor run. Optionally run asynchronously; for async runs, retrieve results later via GET monitor endpoint.
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 |
|---|---|---|---|
| monitorId | Yes | Monitor ID | |
| async | No | If true, runs the monitor asynchronously from the created monitor run task |