GET
/
api
/
workers
/
{workerId}
/
deployments
/
voice
/
{deploymentId}
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice/{deploymentId} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "phoneNumber": "<string>",
  "voiceProvider": "<string>",
  "voiceId": "<string>",
  "agentId": "<string>",
  "externalConfig": {}
}

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
deploymentId
string
required

Response

200
application/json
Voice deployment details
id
string
required
phoneNumber
string | null
voiceProvider
string | null
voiceId
string | null
agentId
string | null
externalConfig
object | null