---
title: "Retrieve a static rendition"
method: GET
path: "/{PLAYBACK_ID}/{FILENAME}"
tags: ["Streaming"]
---

# Retrieve a static rendition

`GET /{PLAYBACK_ID}/{FILENAME}`

Fetch a static rendition (usually an MP4 or M4A file) of the specified video asset. [MP4 Support](https://docs.mux.com/guides/enable-static-mp4-renditions) must be enabled on the asset before using these URLs.

## Path parameters

- `PLAYBACK_ID` string, required
- `FILENAME` 'capped-1080p.mp4' | 'audio.m4a' | 'low.mp4' | 'medium.mp4' | 'high.mp4', required

## Query parameters

- `TOKEN` string

## Response `200`

MP4 file retrieved successfully.

## Other responses

- `400` — Invalid request due to missing or incorrect parameters.
- `404` — The requested video asset or rendition was not found.

## Changes

- **2025-07-24** `323c1dc63b7a` — 2 info
  - api tag `Streaming` added
  - api tag `Stream` removed
- **2025-07-02** `d4d7fca3b738` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/muxinc/apis/mux-api/changes/:PLAYBACK_ID/:FILENAME/get.md)

---

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