Last updated 11 months ago
Was this helpful?
Get the logs for a job.
Organization ID
Job ID
Maximum number of results
Log level (error, warn, info, debug)
error
warn
info
debug
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/stdout' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "stdout": [ { "created": "2025-03-26T13:00:25.418Z", "data": "text", "logLevel": "error" } ], "totalCount": 1 }