postman-mcp-server

run_monitor

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

NameRequiredDescriptionDefault
asyncNoIf true, runs the monitor asynchronously from the created monitor run task
monitorIdYesMonitor ID

Input Schema (JSON Schema)

{ "properties": { "async": { "default": false, "description": "If true, runs the monitor asynchronously from the created monitor run task", "type": "boolean" }, "monitorId": { "description": "Monitor ID", "type": "string" } }, "required": [ "monitorId" ], "type": "object" }

You must be authenticated.

Other Tools