get_playlists_by_playlist_id_items
Retrieve playlist items by supplying the playlist ID, with optional filtering by metadata type to fetch specific content from Plex.
Instructions
Retrieve Playlist Contents.
GET /playlists/{playlistId}/items
Args: playlist_id: The ID of the playlist type: The metadata types of the item to return. Values past the first are only used in fetching items from the background processing playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |