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 | string | The unique identifier of the artist. |
- Basic asset information
- Related products (id, upc, title, isDraft)
- 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. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Artist ID |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
page | integer | query | ā | Page number for pagination |
size | integer | query | ā | Number of assets per page |
type | string | query | ā | Filter by asset type |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Artist
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