Get raw model metadata of the Gaussian mixture model (GMM) for a trained anomaly block. Use the impulse blocks to find the learnId.
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/training/anomaly/{learnId}/gmm/metadata' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "means": [ [ 1 ] ], "covariances": [ [ [ 1 ] ] ], "weights": [ 1 ] }