Get Spotify catalog information about an album's tracks. Optional parameters can be used to limit the number of tracks returned.
idRequiredstringThe Spotify ID of the album. This must be an album ID, not a track, artist, or playlist ID. Album IDs are 22-character base62 strings (e.g., '0ETFjACtuP2ADo6LFhL6HN'). You can obtain album IDs from the search endpoint or from album objects returned by other endpoints.
limitintegerThe maximum number of tracks to return. Default: 20. Minimum: 1. Maximum: 50.
marketstringAn ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'CA'). If specified, only content available in that market is returned. If a valid user access token is provided, the country associated with the user account takes priority over this parameter. If not specified, tracks avail…
offsetintegerThe index of the first track to return. Default: 0 (the first track). Use with limit to paginate through tracks.
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.