---
title: "Get all voice deployments for a worker"
method: GET
path: "/api/workers/{workerId}/deployments/voice"
tags: ["Voice Deployments"]
---

# Get all voice deployments for a worker

`GET /api/workers/{workerId}/deployments/voice`

## Path parameters

- `workerId` string, required

## Response `200`

List of voice deployments

- VoiceDeployment[]
  - `id` string, required
  - `phoneNumber` string, nullable
  - `voiceProvider` string, nullable
  - `voiceId` string, nullable
  - `delegate_aux_deploymentsId` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/brainbasehq/apis/brainbase-api.md) · [All operations](https://skmtc.net/brainbasehq/apis/brainbase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brainbasehq/brainbase-api/revisions/ab4ce60666d2/schema)
