Last updated 10 months ago
Was this helpful?
Get the logs for a trial.
/api/{projectId}/optimize/trial/{trialId}/stdout
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", "totalCount": 1, "stdout": [ { "created": "2025-02-21T18:11:27.680Z", "data": "text", "logLevel": "error" } ] }