Details: You can not download the 'History' of an experiment from the application, but you can export it using the API.
Solution: To export the history through the API follow these steps:
1. Log into Signals Notebook as an Administrator
2. Obtain the eid of the experiment:
2.1. Navigate to the experiment
2.2. From the URL copy the eid (experiment:########-####-####-####-4###########)
3. Navigate to 'Configuration' > 'System Settings' > 'API Key'
4. Click on 'Open API Document'
5. Use GET /entities/{eid}/history (for the eid use the experiment’s id)
6. Download the file
Comments
0 comments
Article is closed for comments.