get_playlist_items
Retrieve the tracks and episodes in a Spotify playlist, with options to limit and offset results for pagination.
Instructions
Get items (tracks/episodes) in a playlist.
Args:
playlist_id: The Spotify ID of the playlist.
limit: Maximum number of items to return (1-100, default 20).
offset: Index of the first item to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |