---
title: "Show Media Extended Audio Description"
method: GET
path: "/media_extended_audio_descriptions/{id}"
tags: ["Extended Audio Descriptions"]
---

# Show Media Extended Audio Description

`GET /media_extended_audio_descriptions/{id}`

Retrieves a single extended audio description by its hashed id, including download links.

## Path parameters

- `id` string, required

## Headers

- `X-Wistia-API-Version` string, required

## Response `200`

Media Extended Audio Description fetched successful

- object
  - `id` string
  - `ietf_language_tag` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `media` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `provided_media_file` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `contact` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `cursor` string, nullable — A cursor for stable pagination based on current `sort_by` order. You can pass this to `cursor[before]` or `cursor[after]` as a parameter to fetch the records before or after this record in the same sort order. This is only populated if records were fetched with `cursor[enabled]`, or `cursor[before]` or `cursor[after]`.
  - `assets` object — Download links for the audio description files.
    - `mp3_url` string, nullable, required — URL to download the MP3 audio file.
    - `webvtt` string, nullable, required — The WebVTT file contents with cue timings relative to the original video. Start and end times show when the text is relative to the scene
    - `webvtt_extended` string, nullable, required — The extended WebVTT file contents with timings that include pause durations. Start and end times correspond to when an audio description starts and ends. During this time the video will be paused.

## Other responses

- `401` — Unauthorized, invalid or missing token
- `404` — Resource not found
- `500` — Internal server error

---

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