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