get_saved_tracks
Retrieve tracks from your Liked Songs library. Use pagination or fetch_all to get the full collection up to 500 items.
Instructions
Get tracks saved in the user's Liked Songs. Set fetch_all=true to retrieve the entire collection (capped at 500 items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Pagination offset. Default: 0 | |
| fetch_all | No | Fetch all pages instead of one page (ignores limit/offset; capped at 500 items) |