Retrieve given shot.

GET /data/shots/{shot_id}

Path parameters

Responses

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