Get Request Config
get_request_configObtain a test case's full request configuration, including method, URL, body, scripts, and headers with IDs. Returns null if no request exists, signaling creation via set_test_case_request.
Instructions
Get the full request configuration of a test case: method, URL, body, scripts and all headers with their ids. Returns null when the case has no request yet — use set_test_case_request to create one. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseId | Yes | Public Id (Guid) of the test case |