latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

TestRun

Retrieve last n test runs for each of the specified tests

Retrieve the last n test runs for each test in the provided list of test invariant ids within a workspace. Test ids that do not belong to the workspace are omitted from the response. Scoped to a single page of the Tests list so the client does not have to fetch the whole workspace.

post/testRuns/workspace/{workspace_id}/byTestIds

Path parameters

workspace_idstring required

The workspace ID the tests belong to

Request body

test_idsstring[] required

The test IDs (invariant or variant) to fetch recent runs for

max_runs_per_testinteger required

Max number of runs per test

Response

History of test runs for the specified tests

cursorstring

The cursor to use to continue paging