Retrieve all shots tasks related to a given episode.

GET /data/episodes/{episode_id}/shot-tasks

Path parameters

Responses

  • 200

    All shots tasks related to given episode

GET /data/episodes/{episode_id}/shot-tasks
curl \
 -X GET http://localhost:8080/api/data/episodes/{episode_id}/shot-tasks \
 -H "Authorization: $API_KEY"