GET
/
api
/
{projectId}
/
optimize
/
trial
/
{trialId}
/
stdout
Get trial logs
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
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

trialId
string
required

trial ID

Response

200 - application/json

OK

The response is of type object.