---
title: "List media renditions"
method: GET
path: "/v2/sites/{site_id}/media/{media_id}/media_renditions/"
tags: ["media renditions"]
---

# List media renditions

`GET /v2/sites/{site_id}/media/{media_id}/media_renditions/`

## Path parameters

- `site_id` string, required — Unique identifier for a resource
- `media_id` string, required — Unique identifier for a resource

## Query parameters

- `page` integer
- `page_length` integer
- `q` string
- `sort` string

## Response `200`

Resources successfully retrieved

- MediaRenditionResourcesRead — Response for retrieving a list of media renditions of a media
  - `page` integer — Offset for returned resources
  - `page_length` integer — Maximum number of resources to return
  - `total` integer — Number of resources available before pagination
  - `media_renditions` MediaRenditionResource[]
    - `schema` string
    - `id` string — Unique identifier for a resource
    - `created` string — Date and time at which the resource was created
    - `last_modified` string — Date and time at which the resource was most recently modified
    - `type` string — Name of the type of resource.
    - `relationships` object — Ancilliary resources associated to the primary resource being read
      - `media_rendition_template` RelationshipRead
        - `id` string — Unique identifier for a resource
        - `type` string — Resource type
    - `metadata` object
    - `height` integer
    - `width` integer
    - `format` string — Extension format of the rendition
    - `delivery_url` string — URL to access the media rendition This URL is only returned when the media rendition status is `ready`.
    - `error_message` string — A human-readable error message for describing failures
    - `status` 'failed' | 'processing' | 'ready'
    - `filesize` integer — Size of the media rendition, in bytes

## Other responses

- `400` — Bad Request The request either lacks certain attributes or contains malformed/invalid attributes.
- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
