TIDAL · Arazzo Workflow
TIDAL Discovery Mix Tracks
Version 1.0.0
Read the user's discovery mix, enumerate its items, then resolve the first track.
Provider
Workflows
discovery-mix-tracks
Read the user's discovery mix and resolve its first track.
Reads the user's discovery mix, follows the items relationship for recommended track ids, and reads the first track plus its artist.
1
getDiscoveryMix
{$sourceDescriptions.recommendationsApi.url}#/paths/~1userDiscoveryMixes~1{id}/get
Read the authenticated user's userDiscoveryMixes resource, using `me` to target the caller, including the items relationship.
2
getMixItems
{$sourceDescriptions.recommendationsApi.url}#/paths/~1userDiscoveryMixes~1{id}~1relationships~1items/get
Follow the discovery mix items relationship to enumerate the recommended track resource identifiers.
3
getTrack
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}/get
Read the first recommended track from the catalog, including its artists relationship.
4
getTrackArtists
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}~1relationships~1artists/get
Follow the track artists relationship to resolve the performing artist for the first recommended track.
Source API Descriptions
openapi