latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Reporting

Get test run summaries over a time range

Get results for a batch of test runs, with filtering available for time range, test/plan labels, test ID, plan ID, application ID, environment ID, and status.

get/results/workspace/{workspace_id}/testRuns

Path parameters

workspace_idstring required

Workspace ID

Query parameters

application_idstring

Application ID

environment_idstring

Environment ID

test_idstring

Test ID

test_labelstring

Test label

plan_idstring

Plan ID

plan_labelstring

Plan label

outcomesTestRunResultOutcomeEnum[]

The result outcomes of test runs to include

earliest_run_start_timeinteger

Earliest test run start time in epoch milliseconds (time range from earliest_run_start_time to latest_run_start_time cannot exceed 90 days)

latest_run_start_timeinteger

Latest test run start time in epoch milliseconds (time range from earliest_run_start_time to latest_run_start_time cannot exceed 90 days)

advanced_metricsboolean

Flag for whether to include advanced metrics like performance and accessibility in results

limitinteger

Maximum number of runs to return in a single response. Additional pages of results can be retrieved by passing the cursor (returned in the results) on a subsequent call

cursorstring

Cursor to use for pagination

Response

Test run results

workspace_idstring

Workspace ID

workspace_namestring

Workspace name

earliest_run_start_timeinteger

Beginning of the time range used to identify runs

latest_run_start_timeinteger

End of the time range used to identify runs

number_of_runsinteger

Total number of runs

number_of_successful_runsinteger

Total number of successful runs

number_of_failed_runsinteger

Total number of failed runs

cursorstring

Cursor used for pagination. The next page of results can be retrieved by passing this cursor value from a result to the endpoint in a subsequent call.