Retrieves paginated history of test runs for a specific test suite with filtering options
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter runs by execution status (pending, running, completed, failed, timeout)
Filter runs by specific suite execution batch ID
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.