v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Assistants

Get assistant test by ID

Retrieves detailed information about a specific assistant test

get/ai/assistants/tests/{test_id}

Path parameters

test_idstring required

Unique identifier of the test.

Response

Returns complete test configuration including rubric, schedule, and metadata

created_atstring date-time required

Timestamp when the test was created.

descriptionstring

Detailed description of the test's purpose and scope.

destinationstring

Target destination for test conversations.

instructionsstring

Detailed test scenario instructions and objectives.

max_duration_secondsinteger

Maximum allowed duration for test execution in seconds.

namestring required

Human-readable name of the test.

telnyx_conversation_channel'phone_call' | 'web_call' | 'sms_chat' | 'web_chat' required
test_idstring uuid required

Unique identifier for the assistant test.

test_suitestring

Test suite grouping for organizational purposes.

Example response

{
  "created_at": "2024-01-16T09:00:00Z",
  "name": "Customer Support Bot Test",
  "rubric": [
    {
      "criteria": "Responds within 30 seconds",
      "name": "Response Time"
    }
  ],
  "test_id": "123e4567-e89b-12d3-a456-426614174000"
}