---
title: "Get a single voice deployment"
method: GET
path: "/api/workers/{workerId}/deployments/voice/{deploymentId}"
tags: ["Voice Deployments"]
---

# Get a single voice deployment

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

## Path parameters

- `workerId` string, required
- `deploymentId` string, required

## Response `200`

Voice deployment details

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

## Other responses

- `401` — Unauthorized
- `404` — Voice deployment not found

## Changes

- **2025-02-04** `ab4ce60666d2` — 1 breaking, 1 info
  - removed the required property `delegate_aux_deployments` from the response with the `200` status
  - added the optional property `delegate_aux_deploymentsId` to the response with the `200` status
- **2025-02-04** `78ff4a594abd` — 1 breaking
  - the `delegate_aux_deployments` response's property type/format changed from `deployments`/`` to `object`/`` for status `200`
- **2025-02-04** `a3da5c68a303` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/brainbasehq/apis/brainbase-api/changes/api/workers/:workerId/deployments/voice/:deploymentId/get.md)

---

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