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
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"
}