Skip to main content
GET
/
api
/
echo
/
suites
JavaScript
import BrainbaseLabs from 'brainbase-labs';

const client = new BrainbaseLabs({
  apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});

await client.voiceAnalysis.echo.suites.list();

Authorizations

x-api-key
string
header
required

API key authentication

Query Parameters

deploymentId
string

Filter by deployment (omit for team-wide suites)

Response

200

List of test suites