Automate Reddit
Explore Plans
Mobile menu Close menu
SpotifySpotify

Get user's saved playlists

This query returns the user's saved playlists.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns the user's saved playlists.
API endpoint slug
spotify.get_saved_playlists
Runtime method
performQuery("spotify.get_saved_playlists")

Query fields

No fields for this query

Ingredients

Playlist nameThe name of the playlist.

Slug
playlist_name
Filter code
Spotify.getSavedPlaylists.PlaylistName
Type
String
Example
Jazz Classics Blue Note Edition

Playlist IDThe playlist's Spotify ID.

Slug
playlist_id
Filter code
Spotify.getSavedPlaylists.PlaylistId
Type
String
Example
37i9dQZF1DWTR4ZOXTfd9K

Playlist image URLThe URL of the playlist's image.

Slug
playlist_image_url
Filter code
Spotify.getSavedPlaylists.PlaylistImageUrl
Type
Image URL
Example
https://pl.scdn.co/images/pl/default/b7a0fdd37170a0a3608c0b5c2f5dbe97704b82d9

Playlist URLThe URL of the playlist's page on Spotify.

Slug
playlist_url
Filter code
Spotify.getSavedPlaylists.PlaylistUrl
Type
Web URL
Example
https://open.spotify.com/playlist/37i9dQZF1DWTR4ZOXTfd9K

Playlist ownerThe display name of the Spotify user that owns the playlist.

Slug
playlist_owner
Filter code
Spotify.getSavedPlaylists.PlaylistOwner
Type
String
Example
Spotify

Playlist tracksThe tracks in the playlist.

Slug
playlist_tracks
Filter code
Spotify.getSavedPlaylists.PlaylistTracks
Type
Query