Preview Resolved Postman Requests
preview_requestsResolve Postman request variables without executing calls; see redacted URLs, headers, and write-method counts to verify targets and auth before running.
Instructions
Resolve variables for a folder or single request without executing HTTP calls. Returns redacted URLs, headers, body mode/preview, method counts, write-request count, and warnings. Use this before run_folder/run_request to confirm targets, auth scope, and write-method safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | Explicit folder id (use when folder names are ambiguous). | |
| collection | Yes | Postman collection v2.1 JSON (the `collection` object from the Postman API / connector's getCollection). | |
| folderName | No | Folder name to preview. | |
| 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 | No | Optional exact request name to preview. | |
| 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. |