Retrieve all tasks related to a given shot.

GET /data/shots/{shot_id}/tasks

Path parameters

  • shot_id Required

Responses

  • 200

    All tasks related to given shot

GET /data/shots/{shot_id}/tasks
curl \
 --request GET 'http://api.example.com/data/shots/a24a6ea4-ce75-4665-a070-57453082c25/tasks' \
 --header "Authorization: $API_KEY"