Get test suite run history
Retrieves paginated history of test runs for a specific test suite with filtering options
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the suite.
Query Parameters
Filter runs by execution status (pending, running, completed, failed, timeout)
Filter runs by specific suite execution batch ID
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Response
Returns paginated list of test runs within the specified suite
Paginated list of test runs with metadata.
Returns test run execution results with pagination support for handling large numbers of test executions.