GET
/
api
/
workers
/
{workerId}
/
deployments
/
voice
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice \
  --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

Response

200
application/json
List of voice deployments
id
string
required
phoneNumber
string | null
voiceProvider
string | null
voiceId
string | null
agentId
string | null
externalConfig
object | null