Get test case history
Aggregated execution history for a test case looked up by title.
Each entry captures one execution (status, duration, retries, platform, branch, run counter). Includes pre-computed pass/fail/flaky rates, per-platform and per-environment breakdowns, and a sample of unique errors — ordered newest-first, paginated with offset + limit.
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
The full test case title from the test case explorer (e.g. Verify should display login form). URL-encode if it contains special characters.
Number of history entries to return (1–100, default 20).
1 <= x <= 100Number of entries to skip (for pagination). Default 0.
x >= 0