cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/get-autotuner-results \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "results": [ { "key": "<string>", "value": "<string>" } ] }
Get a set of parameters, found as a result of running the DSP autotuner.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?