Test-case execution history (batch)
Analytics
Test-case execution history (batch)
Returns per-test-case execution history for the requested test cases, plus echoed query metadata.
POST
Test-case execution history (batch)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Test case IDs to fetch history for (non-empty).
Minimum array length:
1Project ID (ignored; the project comes from auth scope).
Required range:
x >= 1Number of days of history (1-90, default 30). Ignored when start_date and end_date are set.
Required range:
1 <= x <= 90Start of a custom date range (ISO 8601).
End of a custom date range (ISO 8601).
Filter by environment ID.
Maximum history entries returned per test case (1-1000, default 50).
Required range:
1 <= x <= 1000