Assistants
List assistant tests with pagination
Retrieves a paginated list of assistant tests with optional filtering capabilities
get/ai/assistants/tests
Query parameters
test_suitestring
Filter tests by test suite name
Filter tests by test suite name
telnyx_conversation_channelstring
Filter tests by communication channel (e.g., 'web_chat', 'sms')
Filter tests by communication channel (e.g., 'web_chat', 'sms')
destinationstring
Filter tests by destination (phone number, webhook URL, etc.)
Filter tests by destination (phone number, webhook URL, etc.)
page[number]integer
page[size]integer
Response
Returns paginated test list with metadata for navigation and filtering
Example response
{
"data": [
{
"test_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Customer Support Bot Test",
"rubric": [
{
"criteria": "Responds within 30 seconds",
"name": "Response Time"
}
],
"created_at": "2024-01-16T09:00:00Z"
}
]
}