GET /mltk/experiments/{experiment_id}/history
GET /mltk/experiments/{experiment_id}/history
All history records for the experiment, queried from KV collection `experiment_history` with filter `{\"experimentId\": \"...\"}`.
Description. All history records for the experiment, queried from KV collection experiment_history with filter {"experimentId": "..."}.
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD"
"$SPLUNK_HOST/servicesNS/nobody/Splunk_ML_Toolkit/mltk/experiments/abc123def456abc123def456abc12345/history?output_mode=json"