Get Linked Endpoint Contract
get_linked_endpoint_contractGet the request contract for a test case's linked endpoint: header parameters, body schema, and response schemas per status code, so you can write assertions that match the contract instead of guessing.
Instructions
Get the request contract of the spec endpoint a test case is linked to: header parameters, request body schema and example, and the response schemas per status code. This is what the case is expected to send and receive — use it to write assertions that match the contract instead of guessing. Returns null when the case is not linked. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseId | Yes | Public Id (Guid) of the test case |