Last updated 12 months ago
Was this helpful?
Get the logs for a trial.
Project ID
trial ID
GET /v1/api/{projectId}/optimize/trial/{trialId}/stdout HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "stdout": [ { "created": "2025-04-16T14:16:47.028Z", "data": "text", "logLevel": "error" } ], "totalCount": 1 }