---
title: "Get all test suite names"
method: GET
path: "/ai/assistants/tests/test-suites"
tags: ["Assistants"]
---

# Get all test suite names

`GET /ai/assistants/tests/test-suites`

Retrieves a list of all distinct test suite names available to the current user

## Response `200`

Returns an array of unique test suite names for filtering and organization

- TestSuitesResponse — Response containing all available test suite names. Returns a list of distinct test suite names that can be used for filtering and organizing tests.
  - `data` string[], required — Array of unique test suite names available to the user.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
