Skip to main content
GET
/
api
/
workers
/
{workerId}
/
deploymentLogs
/
whatsapp
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.workers.deploymentLogs.whatsapp.list('workerId');
{}

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required

Query Parameters

deploymentId
string
flowId
string
page
integer
default:1
Required range: x >= 1
limit
integer
default:100
Required range: 1 <= x <= 100

Response

Paginated list of WhatsApp deployment logs