---
title: "Retrieve Speaker Separation Status"
method: GET
path: "/v1/voices/pvc/{voice_id}/samples/{sample_id}/speakers"
tags: ["pvc-voices"]
---

# Retrieve Speaker Separation Status

`GET /v1/voices/pvc/{voice_id}/samples/{sample_id}/speakers`

Retrieve the status of the speaker separation process and the list of detected speakers if complete.

## Path parameters

- `voice_id` string, required — Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
- `sample_id` string, required — Sample ID to be used

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- SpeakerSeparationResponseModel
  - `voice_id` string, required — The ID of the voice.
  - `sample_id` string, required — The ID of the sample.
  - `status` 'not_started' | 'pending' | 'completed' | 'failed', required — The status of the speaker separation.
  - `speakers` object, nullable — The speakers of the sample.
  - `selected_speaker_ids` string[], nullable — The IDs of the selected speakers.

## Other responses

- `422` — Validation Error

---

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