Return tasks related to given shot for current user.

GET /data/user/shots/{shot_id}/tasks

Path parameters

  • shot_id string(uuid) Required

Responses

  • 200 application/json

    Tasks related to given shot

  • 404

    Shot not found

GET /data/user/shots/{shot_id}/tasks
curl \
 --request GET 'http://api.example.com/data/user/shots/a24a6ea4-ce75-4665-a070-57453082c25/tasks' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {}
]