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