List assistant tests with pagination
Retrieves a paginated list of assistant tests with optional filtering capabilities
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.
Query Parameters
Filter tests by test suite name
Filter tests by communication channel (e.g., 'web_chat', 'sms')
Filter tests by destination (phone number, webhook URL, etc.)
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Response
Returns paginated test list with metadata for navigation and filtering
Paginated list of assistant tests with metadata.
Returns a subset of tests based on pagination parameters along with metadata for implementing pagination controls in the UI.