v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
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

datastring[] required

Array of unique test suite names available to the user.

Example response

{
  "data": [
    "customer-support",
    "sales-flow",
    "onboarding"
  ]
}