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

---

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