Retrieve the list of shots that cast given asset.

GET /data/assets/{asset_id}/cast-in

Responses

  • List of shots that cast given asset

GET /data/assets/{asset_id}/cast-in
curl \
 --request GET 'http://api.example.com/data/assets/{asset_id}/cast-in' \
 --header "Authorization: $API_KEY"