get_album_tracks
Fetches the tracklist for a Spotify album by album ID. Supports pagination with limit and offset to control the number of tracks returned.
Instructions
An album's tracklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | No | ||
| next | No | ||
| items | No | ||
| limit | No | ||
| total | No | ||
| offset | No | ||
| previous | No |