Get Spotify Playlist Items
spotify_playlist_itemsFetch a paginated list of tracks and podcast episodes from a specific Spotify playlist using its ID. Specify playlist ID, limit, and offset to retrieve a page of items.
Instructions
Return one page of tracks and podcast episodes from an exact playlist ID using Spotify's current playlist-items endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| playlist_id | Yes |