Get Spotify Liked Songs
spotify_saved_tracksRetrieve a paginated list of the current user's Spotify Liked Songs. Use limit and offset to control the number of results and page position.
Instructions
Return one page of the current user's Spotify Liked Songs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| tracks | Yes | ||
| warnings | Yes |