Get all test suite names
Retrieves a list of all distinct test suite names available to the current user
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Returns an array of unique test suite names for filtering and organization
Response containing all available test suite names.
Returns a list of distinct test suite names that can be used for filtering and organizing tests.
Array of unique test suite names available to the user.
Example:
[
"customer-support",
"sales-flow",
"onboarding"
]JavaScript