import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});
const teamPhoneHours = await client.workers.teamPhoneHours.list();
console.log(teamPhoneHours);[
{
"id": "<string>",
"phoneNumber": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"hoursId": "<string>",
"teamId": "<string>"
}
]import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});
const teamPhoneHours = await client.workers.teamPhoneHours.list();
console.log(teamPhoneHours);[
{
"id": "<string>",
"phoneNumber": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"hoursId": "<string>",
"teamId": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Set to true to include related business hours and team
Filter by team ID
Filter by phone number