latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

TestRun

Retrieve test run summaries for a workspace

Used to query test run summaries for a workspace

post/journeyRuns/workspace/{workspace_id}/querySummarys

Path parameters

workspace_idstring required

The workspace ID to filter by

Request body

statusstring[]

A test run status to filter by

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

Type of test

mobile_platform'android' | 'ios'

The mobile platform associated with this object

application_idsstring[]

the application_ids to filter by

triggering_resource_idsstring[]

the triggering_resource_ids to filter by

triggering_resource_typesTriggeringResourceTypeEnum[]

The triggering_resource_types to filter by. Combine with triggering_resource_ids to scope the filter to a particular kind of resource — for example, type=user + id=<userId> to find runs a specific user triggered manually, since the same id slot is used for non-user resources under other types.

environment_idstring

the environment_id to filter by

journey_invariant_idsstring[]

the journey_invariant_ids to filter by

plan_idsstring[]

the plan_ids to filter by

failure_category_idstring

the failure_category_id to filter by

browsersstring[]

the browser to filter by

labelsstring[]

the labels to filter by

source_control_revisionstring

the source_control_revision to filter by

device_emulation_preset_typesstring[]

the device preset types to filter by

earliest_start_timeinteger

the earliest start time[millis] to filter by, start_time >= earliest_start_time

latest_start_timeinteger

the latest start time[millis] to filter by, start_time <= latest_start_time

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

Where the test lives

exclude_default_testsboolean

If true, exclude test runs from mabl-created (default) tests. Defaults to false (all tests included).

limitinteger

The limit to use for pagination

cursorstring

The offset to use for pagination

Response

Array of test scripts matching the query

cursorstring

Cursor used for pagination