search_test_cases
Search and retrieve test cases with paginated results. Filter by project, exact key, or summary substring; control page size and offset using startAt and maxResults.
Instructions
Paginated POST /testcases/search. Returns the raw API JSON (includes data, total, startAt, maxResults when provided). Use startAt/maxResults for paging; summaryContains adds a leading ~ for contains-style summary filter when not already present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | QMetry project ID (default: none) | |
| key | No | Exact test case key filter (optional) | |
| summaryContains | No | Summary substring filter; sent as filter.summary with ~ prefix unless value already starts with ~ | |
| summary | No | Raw filter.summary value (advanced; overrides summaryContains when both set) | |
| startAt | No | Zero-based offset for this page | |
| maxResults | No | Page size (1–500, default 100) |