getAlbumTracks
Retrieve track listings from Spotify albums with pagination support to manage large collections systematically.
Instructions
Get tracks from a specific album with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albumId | Yes | The Spotify ID of the album | |
| limit | No | Maximum number of tracks to return (1-50) | |
| offset | No | Offset for pagination (0-based index) |