send_request
Execute API requests with variable resolution and automated assertions, returning status, timing, headers, and truncated body.
Instructions
Execute a request and return status, timing, headers, and a (truncated) body. Resolves {{variables}} from the active environment and the request's collection. Optionally capture the response as a saved example.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Inline request definition (alternative to collection+requestName). | |
| collection | No | Collection name/id when sending a saved request. | |
| requestName | No | Saved request name or id within the collection. | |
| saveExample | No | When set, capture the response as an example on the saved request. Pass a string to label it. |