Skip to main content
GET
/
asset
/
{assetId}
/
works
Get works for a recording
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{assetId}/works \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}
Retrieve works associated with a specific recording.

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
assetIdstringpathāœ…Asset ID of the recording

Responses

āœ… 200 - Works retrieved successfully

āš ļø 400 - undefined

āš ļø 401 - undefined

āš ļø 404 - undefined

āŒ 500 - undefined

Tags

Asset

Authorizations

Authorization
string
header
required

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

Path Parameters

assetId
string<uuid>
required

Asset ID of the recording

Response

Works retrieved successfully

success
boolean
Example:

true

message
string
data
object
⌘I