---
title: "Get Project Muted Tracks"
method: GET
path: "/v1/studio/projects/{project_id}/muted-tracks"
tags: ["studio"]
---

# Get Project Muted Tracks

`GET /v1/studio/projects/{project_id}/muted-tracks`

Returns a list of chapter IDs that have muted tracks in a project.

## Path parameters

- `project_id` string, required — The ID of the Studio project.

## 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

- ProjectMutedTracksResponseModel
  - `chapter_ids` string[], required — List of chapter IDs that have muted tracks.

## 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/versions/57d56f34628a/schema)
