Run a Single Postman Request
run_requestExecute a specific Postman request (optionally within a folder) to get structured assertion-level results, ideal for re-running a single failing test case.
Instructions
Execute a single named request (optionally scoped to a folder) and return its structured result. Useful for re-running one failing test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | ||
| collection | Yes | Postman collection v2.1 JSON (the `collection` object from the Postman API / connector's getCollection). | |
| folderName | No | ||
| allowWrites | No | Explicitly allow POST/PUT/PATCH/DELETE requests for this exact run. | |
| environment | No | Optional Postman environment JSON (the `environment` object from getEnvironment) supplying base URL, auth and variables. | |
| requestName | Yes | Exact request name to run. | |
| approvalNote | No | Short note naming who/what approved the target and methods. | |
| allowProduction | No | Explicitly allow production-like target URLs/auth URLs for this exact run. | |
| timeoutRequestMs | No |