get_artist_albums
Fetch an artist's albums from Spotify. Filter by album, single, appears_on, or compilation using include_groups, and control results with limit and offset.
Instructions
An artist's albums. include_groups filters by relationship — a comma-separated subset of album,single,appears_on,compilation; omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| artist_id | Yes | ||
| include_groups | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | No | ||
| next | No | ||
| items | No | ||
| limit | No | ||
| total | No | ||
| offset | No | ||
| previous | No |