Add an endpoint that allows exporting an experiment as a zip file.
Users should be able to choose if they want the experiment log (e.g. the steps with parameters) the experiment files (all, only the newest versions or only a selection) or everything.
The selection could be based on timeline steps (e.g. steps not part of a select steps history could be ignored for an export).
[ ] implement the export everything functionality
[ ] create follow up issues for selecting what is exported and "creating an import experiment from zip endpoint"
Add an endpoint that allows exporting an experiment as a zip file. Users should be able to choose if they want the experiment log (e.g. the steps with parameters) the experiment files (all, only the newest versions or only a selection) or everything. The selection could be based on timeline steps (e.g. steps not part of a select steps history could be ignored for an export).