Assistants
Get all test suite names
Retrieves a list of all distinct test suite names available to the current user
get/ai/assistants/tests/test-suites
Response
Returns an array of unique test suite names for filtering and organization
Example response
{
"data": [
"customer-support",
"sales-flow",
"onboarding"
]
}