Returns per-execution history for one or many test cases
Returns full per-execution history for one or many test cases in a single request. Pair this withDocumentation Index
Fetch the complete documentation index at: https://docs.empirical.run/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v2/analytics/test-cases (which omits history) to keep the table query fast and only load history for the rows you actually need.
Project API key from the Empirical dashboard.
Test cases and date window to fetch history for.
Test case IDs to fetch history for. Must be a non-empty array.
Project ID the test cases belong to.
Number of days of history (1-90, default 30). Ignored if start_date and end_date are provided.
Start of custom date range (ISO 8601). Must be used together with end_date.
End of custom date range (ISO 8601). Must be used together with start_date.
Filter by environment ID.
Maximum history entries returned per test case (1-200, default 50).
History entries grouped by test case ID.