artist//assets
/artist/{id}/assets endpoint retrieves all assets associated with a specific artist, including related products and statistics.
Method:GET
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id (required) | string | The unique identifier of the artist. |
| page (optional) | integer | Page number for pagination (default: 1) |
| size (optional) | integer | Number of assets per page (default: 10) |
| type (optional) | string | Filter by asset type (default: all) |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Artist ID
Page number for pagination
Number of assets per page
Filter by asset type
Success
Unique identifier of the asset
Title of the asset
ISRC code of the asset
Current status of the asset
draft, published, archived Number of splits associated with this asset
Total play/stream count across all platforms
Total royalties generated by this asset