List manual test cases
Filterable list of manual test cases.
Filter by classification (status, severity, priority, type, layer, behavior), automation (status, flaky, muted), suite, or tags. Free-text search matches title, description, and caseId (case-insensitive).
Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Project PAT (tdp_) token with public-api scope
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
Query Parameters
Page number for paginated results. Starts at 1.
x >= 1Items per page (1–100, default 50).
x <= 100Free-text search across title, description, 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 flaky (true) or non-flaky (false) test cases.
true, false Filter to muted (true) or unmuted (false) test cases.
true, false 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.
Field to sort by (e.g. caseId, title, updatedAt, classification.status).
Sort direction.
asc, desc