Retrieve all tasks related to a given sequence.

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

Path parameters

Responses

  • 200

    All task types related to given sequence

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