List manual test cases with filtering
List manual test cases
List manual test cases with filtering.
GET
List manual test cases with filtering
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).
Required range:
1 <= x <= 1000Free-text search across title and caseId.
Filter by classification status.
Available options:
active, draft, deprecated Filter by severity level.
Available options:
blocker, critical, major, normal, minor, trivial, not_set Filter by priority.
Available options:
critical, high, medium, low, not_set Filter by test type.
Available options:
smoke, regression, functional, integration, e2e, api, unit, performance, security, accessibility, usability, compatibility, acceptance, exploratory, other Filter by test layer.
Available options:
e2e, api, unit, not_set Filter by expected behavior type.
Available options:
positive, negative, destructive, not_set Filter by automation status.
Available options:
manual, 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.
Last modified on August 13, 2026