Retrieve all shot asset instances linked to asset.

GET /data/assets/{asset_id}/shot-asset-instances

Responses

  • All shot asset instances linked to asset

GET /data/assets/{asset_id}/shot-asset-instances
curl \
 --request GET http://api.example.com/data/assets/{asset_id}/shot-asset-instances \
 --header "Authorization: $API_KEY"