Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

test_suite
string

Filter tests by test suite name

telnyx_conversation_channel
string

Filter tests by communication channel (e.g., 'web_chat', 'sms')

destination
string

Filter tests by destination (phone number, webhook URL, etc.)

page
object

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.

meta
Meta · object
required

Pagination metadata including total counts and current page info.

data
AssistantTestResponse · object[]
required

Array of assistant test objects for the current page.