get_saved_tracks
Fetch saved Spotify tracks from your library, newest first. Paginate with limit and offset to access any subset for playlist creation or analysis.
Instructions
Tracks saved to the user's library ('Liked Songs'), most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | No | ||
| next | No | ||
| items | No | ||
| limit | No | ||
| total | No | ||
| offset | No | ||
| previous | No |