Skip to main content
GET
Get the primary recording for a work
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /work//recordings/primary Description: Returns the Asset currently marked primary for the work (NOT the junction row — the recording itself). 404 if the work has no primary recording set. 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

workId
string<uuid>
required

Response

Primary recording retrieved

The linked Asset (full model — see asset.yaml for the complete Asset schema)