get_saved_tracks
Retrieve your saved or liked tracks from your Spotify library, with pagination support for browsing through your entire Liked Songs collection.
Instructions
Get user's saved/liked tracks (Liked Songs library).
Args:
limit: Max tracks to return per page (1-50, default 20)
offset: Number of tracks to skip for pagination (default 0)
Returns:
Dict with 'items' (list of tracks with added_at timestamp) and pagination infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||