Send Request
invoker_send_requestExecute HTTP requests from .ivk files or inline parameters, resolve environment variables, run scripts, and return complete response data with test results.
Instructions
Execute an HTTP request from an .ivk file or inline params. Resolves {{variables}} from the active environment, runs pre/post scripts, and returns the full response with status, headers, body, test results, and console logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to an .ivk file to execute. If omitted, use inline params. | |
| method | No | HTTP method (when not using file_path) | |
| url | No | Request URL (when not using file_path) | |
| headers | No | HTTP headers (when not using file_path) | |
| body | No | Request body (when not using file_path) |