---
title: "Watchlist playlist objects"
method: GET
path: "/apps/watchlists/{playlist_id}"
tags: ["Playlists"]
---

# Watchlist playlist objects

`GET /apps/watchlists/{playlist_id}`

'Returns media objects of the IDs included in the `media_ids` query parameter, in the order listed.

Each media object includes the title, description, and posters for a single media item.'

## Path parameters

- `playlist_id` string, required

## Query parameters

- `media_ids` string, required

## Response `200`

A JSON object describing a WATCHLIST playlist object including its metadata and constituent media objects with their metadata.

## Other responses

- `400` — Bad Request The request either lacks certain attributes or contains malformed/invalid attributes.
- `403` — Access is Forbidden This error commonly occurs when a user either does not have a token or uses an invalid token to request an asset that requires [URL signing](https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls). It may also occur due to geoblocking, account suspension, deletion, or limits reached.
- `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/versions/180db7cada27/schema)
