Skip to main content
GET
List works linked to a recording
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /work/recordings//works Description: Reverse lookup: all CWRWork compositions linked to a given recording (Asset), with junction fields under linkInfo. Non-admin callers are scoped via assertAssetReadAccess to assets belonging to their linked artists (mirrors the asset-list scoping, prevents IDOR via this route). Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

assetId
string<uuid>
required

Response

Recording's works retrieved

Shape returned by GET /work/recordings/{assetId}/works.

recording
object
works
object[]