Retrieve all shots that come from given scene.

GET /data/scenes/{scene_id}/shots

Responses

  • All shots that come from given scene

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