Return tasks related to given shot for current user.
Path parameters
-
shot_id Required
GET
/data/user/shots/{shot_id}/tasks
curl \
--request GET http://api.example.com/data/user/shots/{shot_id}/tasks \
--header "Authorization: $API_KEY"