---
title: "Get Video Audio Tracks"
method: GET
path: "/v1/accounts/{{account_id}}/videos/{{video_id}}/audio_tracks"
tags: ["Videos"]
---

# Get Video Audio Tracks

`GET /v1/accounts/{{account_id}}/videos/{{video_id}}/audio_tracks`

Gets the audio tracks for a video Dynamic Delivery only

## Path parameters

- `account_id` string, required
- `video_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

200

- AudioTrack[] — Audio tracks for the video
  - `duration` integer — URL the duration of the audio track in milliseconds
  - `encoding_rates` integer[] — array of encoding rates for the audio track renditions in KBPS
  - `id` string — ID for the audio track formed as language_variant
  - `is_default` boolean — Whether this is the default audio track
  - `language` string — language code for the audio track
  - `variant` 'main' | 'alternate' | 'commentary' | 'dub' | 'descriptive' — the type of audio track (default can be set for the account by contacting Brightcove Support)

## Other responses

- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `404` — RESOURCE_NOT_FOUND: The api could not find the resource you requested
- `405` — METHOD_NOT_ALLOWED: The HTTP method specified is not allowed for this endpoint
- `429` — TOO_MANY_REQUESTS: You are submitting too many simultaneous requests or too many requests per second

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-cms-api-reference/revisions/1b6182a4560a/schema)
