artist_discography_gaps
View an artist's discography sorted chronologically, with the gap in days between each release and the previous one. Provide a Spotify artist ID to get a clear table of release intervals and spot unusually long waits.
Instructions
Chronological discography table (oldest to newest by default) with per-release gap-in-days versus the previous release, built from a paginated /artists/{id}/albums walk. Quota: one paginated walk (several queued calls on long discographies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Output ordering. Default: oldest_first | |
| artist_id | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| since_year | No | Only releases from this year onward | |
| max_results | No | ||
| include_groups | No | Comma-separated album groups. Default: album,single | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |