GET /mltk/list_models
GET /mltk/list_models
List all MLTK models — both ONNX-uploaded models and SageMaker-registered ones.
Description. List all MLTK models — both ONNX-uploaded models and SageMaker-registered ones. Implemented as a proxy over Splunk's lookup-table-files filtered by name *__mlspl_*.mlmodel. Sensitive fields (aws_credentials, password, secret_key, access_key, token) are stripped before returning. Also kicks off orphaned-credential cleanup for SageMaker entries.
Backing store. Splunk lookup tables (__mlspl_*.mlmodel).
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD"
"$SPLUNK_HOST/servicesNS/-/Splunk_ML_Toolkit/mltk/list_models?output_mode=json"