TIDAL · Arazzo Workflow
TIDAL Browse Collection Tracks
Version 1.0.0
Read the user's saved tracks, then enrich the first track with its catalog detail.
Provider
Workflows
browse-collection-tracks
List the user's saved tracks and enrich the first one.
Reads the user's collection of tracks, follows the items relationship to get saved track ids, and reads the first track plus its album from the catalog.
1
getCollectionTracks
{$sourceDescriptions.userCollectionsApi.url}#/paths/~1userCollectionTracks~1{id}/get
Read the authenticated user's userCollectionTracks resource, using `me` to target the caller, including the items relationship.
2
getCollectionItems
{$sourceDescriptions.userCollectionsApi.url}#/paths/~1userCollectionTracks~1{id}~1relationships~1items/get
Follow the items relationship to enumerate the saved track resource identifiers in the user's collection.
3
getTrack
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}/get
Read the first saved track from the catalog, including its albums relationship for enrichment.
4
getTrackAlbums
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}~1relationships~1albums/get
Follow the track albums relationship to resolve the album that contains the first saved track.
Source API Descriptions
openapi