Get test suite run history
Retrieves paginated history of test runs for a specific test suite with filtering options
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.