Retrieve all tasks related to a given shot.

GET /data/shots/{shot_id}/tasks

Path parameters

Responses

  • 200

    All tasks related to given shot

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