List Test Cases
list_test_casesList the test cases of a suite in execution order. Pass testCaseId to get one case in full instead — with its request config, assertions and response extractions — and then testSuiteId is not needed. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of test cases to skip (for pagination, default 0) | |
| take | No | Number of test cases to return (default 100, max 100) | |
| testCaseId | No | Public Id (Guid) of a single test case. When given, returns that case in full. | |
| testSuiteId | No | Public Id (Guid) of the test suite. Required unless testCaseId is given. |