Retrieve all assets for a given shot.

GET /data/shots/{shot_id}/assets

Path parameters

Responses

  • 200

    All assets for given shot

GET /data/shots/{shot_id}/assets
curl \
 -X GET http://localhost:8080/api/data/shots/{shot_id}/assets \
 -H "Authorization: $API_KEY"