Retrieve all shots related to a given episode.
Path parameters
-
episode_id
Required
GET
/data/episodes/{episode_id}/shots
curl \
--request GET 'http://api.example.com/data/episodes/{episode_id}/shots' \
--header "Authorization: $API_KEY"