snapshot_playlist
Save a playlist's current track URIs and positions to a JSON file, using a timestamp or custom snapshot ID. For transactional snapshots with diff and bundle tooling, use take_playlist_snapshot instead.
Instructions
Snapshot a playlist's current URIs+positions+timestamp to a sidecar JSON file (legacy, simple path playlistId→file). For transactional local snapshots with plsnapi naming, diff, and bundle tooling, use take_playlist_snapshot instead. Also covers: playlist snapshot (legacy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID | |
| snapshot_id | No | Custom snapshot ID (default: timestamp) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |