Last updated 10 months ago
Was this helpful?
List all the tuner runs for a project.
/api/{projectId}/optimize/runs
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/runs' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "runs": [ { "tunerJobId": 1, "tunerCoordinatorJobId": 1, "index": 1, "name": "text", "created": "2025-02-21T18:09:28.069Z", "jobStatus": "cancelled", "continuationJobId": 1, "space": [ { "parameters": {}, "inputBlocks": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "dspBlocks": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "learnBlocks": [ [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ] ] } ] } ] }