Check Followed Artists
check_following_artistsCheck if you follow specific artists on Spotify by providing their IDs or URIs, returning a true/false status for each artist, up to 50 per request.
Instructions
Check which artists the user follows. One request for up to 50.
Artists are followed rather than saved, so this reads follows, not the
saved-albums library.
Args:
artist_ids: Artist IDs or URIs (up to 50)
Returns:
MembershipStatus.results maps each Spotify artist id to true if followed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checked | Yes | ||
| results | Yes |