Skip to main content
POST
Test-case execution history (batch)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
test_case_ids
string[]
required

Test case IDs to fetch history for (non-empty).

Minimum array length: 1
project_id
integer

Project ID (ignored; the project comes from auth scope).

Required range: x >= 1
days
integer

Number of days of history (1-90, default 30). Ignored when start_date and end_date are set.

Required range: 1 <= x <= 90
start_date
string

Start of a custom date range (ISO 8601).

end_date
string

End of a custom date range (ISO 8601).

environment_id
string

Filter by environment ID.

limit_per_test_case
integer

Maximum history entries returned per test case (1-1000, default 50).

Required range: 1 <= x <= 1000
{key}
unknown

Response

History grouped by test case.

data
object
required

Response payload.

meta
object
required

Echoed query parameters and truncation metadata.