Get Artist Assets
Artist
Get Artist Assets
artist//assets
GET
Get Artist Assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
artist//assets Description: The/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) |
- Basic asset information
- Related products (id, upc, title)
- Split count (number of splits associated with the asset)
- Total play/stream count (sum of AssetStats and ProductStats)
- Total royalties (sum of royalties from AssetStats and ProductStats)
- Artist information including the type of association | type (Optional) | string | Filter by asset type. |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID
Query Parameters
Page number for pagination
Number of assets per page
Filter by asset type
Response
Success
Unique identifier of the asset
Title of the asset
ISRC code of the asset
Current status of the asset
Available options:
draft, published, archived Number of splits associated with this asset
Total play/stream count across all platforms
Total royalties generated by this asset