get_playlist_tracks
Retrieve detailed track information from a Spotify playlist, including filters, track limits, and market-specific data, using the Spotify Web API.
Instructions
Get full details of the tracks of a playlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Optional. Filters for the query | |
id | Yes | The Spotify ID or URI of the playlist | |
limit | No | Optional. Maximum number of tracks to return (1-100) | |
market | No | Optional. An ISO 3166-1 alpha-2 country code | |
offset | No | Optional. Index of the first track to return |