v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 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"
  ]
}