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 businessHours = await client.workers.businessHours.list();
console.log(businessHours);[
{
"id": "<string>",
"hours": {},
"timezone": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"primaryTag": "<string>",
"secondaryTag": "<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 businessHours = await client.workers.businessHours.list();
console.log(businessHours);[
{
"id": "<string>",
"hours": {},
"timezone": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"primaryTag": "<string>",
"secondaryTag": "<string>"
}
]API key authentication
Set to true to include related team phone hours