Authorizations
API key authentication
Response
Campaign details
import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voicev1.campaigns.retrieve('campaignId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
});import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voicev1.campaigns.retrieve('campaignId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
});API key authentication
Campaign details