cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/trial/{trialId}/stdout \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "stdout": [ { "created": "2023-11-07T05:31:56Z", "data": "<string>", "logLevel": "error" } ], "totalCount": 123 }
Get the logs for a trial.
Project ID
trial ID
OK
The response is of type object.
object