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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Workspace ID

Query Params
string

Application ID

string

Environment ID

string

Test ID

string

Test label

string

Plan ID

string

Plan label

outcomes
array of objects

The result outcomes of test runs to include

outcomes
Allowed:
int64

Earliest test run start time in epoch milliseconds. The range from earliest_run_start_time to latest_run_start_time cannot exceed 400 days. Test runs are retained for 400 days, so earlier start times return no results. Required when latest_run_start_time is supplied; when both are omitted the most recent 30 days are returned.

int64

Latest test run start time in epoch milliseconds, defaulting to the current time. The range from earliest_run_start_time to latest_run_start_time cannot exceed 400 days.

boolean

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

int32
1 to 2000
Defaults to 500

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

string

Opaque pagination cursor returned by a previous call. Pass it back unchanged to fetch the next page; do not construct or modify it. A cursor is valid only for the same filters and time range; a value this endpoint did not return is rejected with HTTP 400.

Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json