latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Report

Retrieve the current status of the tests in your test suite

Used to retrieve the current status of each test, pass rate, etc.

post/workspaces/{workspace_id}/reports/testSuiteStatus

Path parameters

workspace_idstring required

Workspace id to filter by

Query parameters

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

end_timeinteger

The time at which the test statuses are current

start_timeinteger

The start of the timeframe for statuses like pass rate

cursorstring

Cursor used for pagination