Retrieve all asset instances linked to shot.

GET /data/shots/{shot_id}/asset-instances

Responses

  • All assets linked to shot

GET /data/shots/{shot_id}/asset-instances
curl \
 --request GET 'http://api.example.com/data/shots/{shot_id}/asset-instances' \
 --header "Authorization: $API_KEY"