Last updated 12 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
GET /v1/api/organizations/{organizationId}/jobs/{jobId}/stdout HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "stdout": [ { "created": "2025-04-16T14:29:54.124Z", "data": "text", "logLevel": "error" } ], "totalCount": 1 }