Test-case analytics with history (deprecated)
Returns aggregated test-case metrics including per-test execution history. Deprecated; use the v2 endpoint, which omits history.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of days to include (1-90). Ignored when both start_date and end_date are provided.
1 <= x <= 90Start of a custom date range (ISO 8601).
End of a custom date range (ISO 8601).
Filter to a single environment by ID.
Free-text search over test name and file path.
Comma-separated list of tags to filter by.
Field to order results by. One of fail_rate, flaky_rate, last_run. Defaults to fail_rate.
fail_rate, flaky_rate, last_run Sort direction, asc or desc. Defaults to desc.
asc, desc Maximum number of test cases to return (1-500).
1 <= x <= 500Maximum number of history entries to return per test case (1-100).
1 <= x <= 100Filter to a single test case by ID.
When false, include inactive test cases. Defaults to active-only.
true, false Response
Test cases with metrics and history.
Response payload.