Retrieve all assets for a given shot.

GET /data/shots/{shot_id}/assets

Responses

  • All assets for given shot

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