list_test_cases
Retrieve a paginated list of test cases, filterable by API endpoint.
Instructions
List test cases (id, name, type, apiDetailId, categoryId, tagIds). Supports filtering by endpoint and pagination. Use get_test_case for full details of a single case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| pageSize | No | Results per page (max 200) | |
| endpointId | No | Filter by API endpoint ID (apiDetailId) |