List specs
Per-spec-file health metrics across recent runs.
Returns each spec (test file) with pass/fail counts, flakiness rate, average duration, and last execution. Useful for surfacing problematic spec files across your suite over a configurable lookback window (days, 1–365).
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 >= 1Number of items per page (1–100, default 20).
1 <= x <= 100Filter specs by their aggregated status (e.g. passed, failed, flaky).
Filter results by environment name (e.g. production, staging). Use the /filters endpoint to discover available environments.
Search by spec file path or name.
Lookback period in days for aggregating spec metrics (1–365, default 30).
1 <= x <= 365Field to sort by (e.g. lastExecution, failRate, avgDuration).
Sort direction: asc (ascending) or desc (descending).
asc, desc