List the assets attached to an entity
GET/api/v1/musiccompanion/entities/:id/assets
Every matching attached asset with its kind (AUDIO, ARTWORK, VIDEO) and status, ordered by ascending position. Lower positions have higher priority, and position 0 is normally primary. Filtering by kind reduces the result to that attachment kind; an entity without a match returns an empty data array. The product UI may apply additional eligibility and tie-breaking rules when choosing one asset, including requiring an ONLINE storage location. Use the asset id with GET /api/v1/musiccompanion/assets/{id}/download.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
The attached assets, in display order.
The kind query parameter is invalid.
Missing or invalid bearer token.
The token lacks the required permission.
No entity with that id.
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.