List manual test cases with filtering
Returns a filterable list of manual test cases (single page). Supports classification
and automation filters, suite, and tags. No page or sort params — TCM returns one
page ordered by createdAt desc.
Search matches title and caseId only (case-insensitive).
Authorizations
User PAT (td_pat_) scoped to the target project
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
Query Parameters
Max cases to return (1–1000, default 100).
1 <= x <= 1000Free-text search across title and caseId.
Filter by classification status.
active, draft, deprecated Filter by severity level.
blocker, critical, major, normal, minor, trivial, not_set Filter by priority.
critical, high, medium, low, not_set Filter by test type.
smoke, regression, functional, integration, e2e, api, unit, performance, security, accessibility, usability, compatibility, acceptance, exploratory, other Filter by test layer.
e2e, api, unit, not_set Filter by expected behavior type.
positive, negative, destructive, not_set Filter by automation status.
manual, automated, to_be_automated Filter to test cases belonging to this suite. Use null for unassigned cases.
Comma-separated tags to filter by (e.g. smoke,login). Returns cases matching any of the tags.