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

Description

GET /work//recordings Description: Returns all Asset rows linked to the work through WorkRecording, with the junction fields (sharePercentage, role, isPrimary, notes) nested under linkInfo on each recording. 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

Work recordings retrieved

Shape returned by link/unlink/list work-recordings endpoints.

work
object
recordings
object[]