get http://flamenco:9999/tasks/file/output/
Given a task_id returns the output zip file
Response
Given a task_id returns the output zip file
xxxxxxxxxx
curl --request GET \
--url http://flamenco:9999/tasks/file/output/task_id \
--header 'accept: application/json'