---
title: "Retrieve an asset or live stream ID"
method: GET
path: "/video/v1/playback-ids/{PLAYBACK_ID}"
tags: ["Playback ID"]
---

# Retrieve an asset or live stream ID

`GET /video/v1/playback-ids/{PLAYBACK_ID}`

Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.

## Path parameters

- `PLAYBACK_ID` string, required

## Response `200`

OK

- GetAssetOrLiveStreamIdResponse
  - `data` object, required
    - `id` string, required — The Playback ID used to retrieve the corresponding asset or the live stream ID
    - `policy` 'public' | 'signed' | 'drm', required — * `public` playback IDs are accessible by constructing an HLS URL like `https://stream.mux.com/${PLAYBACK_ID}` * `signed` playback IDs should be used with tokens `https://stream.mux.com/${PLAYBACK_ID}?token={TOKEN}`. See [Secure video playback](https://docs.mux.com/guides/secure-video-playback) for details about creating tokens. * `drm` playback IDs are protected with DRM technologies. [See DRM documentation for more details](https://docs.mux.com/guides/protect-videos-with-drm).
    - `object` object, required — Describes the Asset or LiveStream object associated with the playback ID.
      - `id` string, required — The identifier of the object.
      - `type` 'asset' | 'live_stream', required — Identifies the object type associated with the playback ID.

---

[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)
