List tracks
Every track, flat. The only way to answer "do we have this song?" without knowing its artist
GET /catalog/tracks
note
SDK method: listTracks
Security: authenticated (policy: platform.view)
Attributes
Attributes (8)
| Attribute | Type | Required | Description |
|---|---|---|---|
page | number | Yes | The page number |
pageSize | number | Yes | The page size |
sort | 'asc' | 'desc' | Yes | The sort order |
total | number | Yes | The total number of items |
search | string | No | |
sortBy | CatalogSort | No | |
sortBy | TrackSort | No | |
state | TrackState | No |
Response
200 OK — Returns a TrackPage object.