Last updated 11 months ago
Was this helpful?
Get the logs for a trial.
Project ID
trial ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/trial/{trialId}/stdout' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "stdout": [ { "created": "2025-03-26T12:59:42.216Z", "data": "text", "logLevel": "error" } ], "totalCount": 1 }