---
title: "Retrieve Playback Info"
method: GET
path: "/playback/{id}"
tags: ["playback"]
---

# Retrieve Playback Info

`GET /playback/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- PlaybackInfo — unresolved $ref

## Other responses

- `404` — Playback not found
- `default` — Error

## Changes

- **2024-07-29** `e9cf67b1dc4e` — 2 warning
  - added the new `Thumbnail (PNG)` enum value to the `meta/source/items/hrn` response property for the response status `200`
  - added the new `image/png` enum value to the `meta/source/items/type` response property for the response status `200`
- **2024-05-20** `0ba4f3eadb4e` — 1 info
  - added the optional property `meta/playbackPolicy/allowedOrigins` to the response with the `200` status
- **2024-05-17** `fc477586b24c` — 2 breaking
  - the response property `meta/playbackPolicy` became nullable for the status `200`
  - the response property `errors` became optional for the status `404`
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `getPlaybackInfo` was added
  - api tag `playback` added
- **2024-02-12** `49c8b106f5ff` — 1 info
  - added the optional property `meta/playbackPolicy/refreshInterval` to the response with the `200` status

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/playback/:id/get.md)

---

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