latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Report

Retrieve the status of tests in your test suite over a period of time

Used to retrieve the pass rate, count test runs, and failure reasons over time

post/workspaces/{workspace_id}/reports/testSuiteStatusOverTime

Path parameters

workspace_idstring required

Workspace id to filter by

Query parameters

timezonestring

IANA timezone/zone offset for aggregation boundary calculations only

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Request body

application_idsstring[]

Application IDs to filter by

environment_idsstring[]

Environment IDs to filter by

triggering_resource_idsstring[]

Triggering resource IDs to filter by

test_namestring

Test name to filter by (partial match)

test_type'api' | 'browser' | 'performance' | 'mobile'

Type of test

browserstring

The browser for the run

execution_source'mabl_cloud' | 'external' | 'mabl_local' | 'mabl_agent'

Where the test lives

mobile_platform'android' | 'ios'

The mobile platform associated with this object

test_labelsstring[]

Test labels to filter by

plan_labelsstring[]

Plan labels to filter by

start_timeinteger

The start time of the time period

end_timeinteger

The end time of the time period

Response

Current status of the test suite for the time range

status_by_deploymentboolean

True if deployment event IDs supplied in filters, otherwise false

end_timeinteger

The latest time represented in these results

start_timeinteger

The earliest time represented in these results

cursorstring

Cursor used for pagination

total_distinct_testsinteger

The total count of distinct tests across the entire date range

total_active_plansinteger

The total count of distinct active plans across the entire date range

total_plan_runsinteger

The total count of plan runs across the entire date range

retried_test_run_countinteger

Count of test runs within the date range whose parent plan run was a retry. Used to show how many test executions were covered by retry-on-failure.

retried_test_run_passed_countinteger

Subset of retried_test_run_count whose final status was success. The ratio indicates how often retry-on-failure successfully avoids human triage.