Retrieve all previews related to a given shot.

GET /data/shots/{shot_id}/preview-files

It sends them as a dict. Keys are related task type ids and values are arrays of preview for this task type.

Path parameters

Responses

  • 200

    All previews related to given episode

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