Get Spotify catalog information about an artist's albums.
idThe Spotify ID of the artist. This must be an artist ID, not a track, album, or playlist ID. Artist IDs are 22-character base62 strings (e.g., '0OdUWJ0sBjDrqHygGUXeCF'). You can obtain artist IDs from the search endpoint or from artist objects returned by other endpoints.
limitintegerThe maximum number of albums to return. Default: 20. Minimum: 1. Maximum: 50.
marketstringAn ISO 3166-1 alpha-2 country code. If specified, only albums available in that market are returned. Example: 'US', 'GB', 'DE'.
offsetintegerThe index of the first album to return. Default: 0 (the first album). Use with limit to paginate through albums.
include_groupsstringA comma-separated list of keywords that will be used to filter the response. Valid values are: album, single, appears_on, compilation. For example: 'album,single'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.