Retrieve all tasks related to a given sequence.

GET /data/sequences/{sequence_id}/shot-tasks

Path parameters

  • sequence_id Required

Responses

  • 200

    All task types related to given sequence

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