List artists
Every artist the station has ingested, ordered by name
GET /catalog/artists
note
SDK method: listArtists
Security: authenticated (policy: platform.view)
Attributes
Attributes (6)
| 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 |
Response
200 OK — Returns a ArtistPage object.