get_playlist_tracks
Fetch a playlist's tracks in their original order, choosing compact or full metadata fields as needed.
Instructions
Return a playlist's tracks in playlist order. By default each record
carries a compact field set (id, title, artist, albumTitle, genre,
comment, bpm, key, energy, year, duration, rating, playCount, tags).
Pass fields to choose exactly which fields, or full=True for the
complete records including cue points and tempo markers (~3 KB each).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| fields | No | ||
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |