cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/stdout \ --header 'x-api-key: <api-key>'
{ "success": true, "stdout": [ { "created": "2023-11-07T05:31:56Z", "data": "<string>", "logLevel": "error" } ], "totalCount": 123, "error": "<string>" }
Get the logs for a job.
Organization ID
Job ID
Maximum number of results
Log level (error, warn, info, debug)
error
warn
info
debug
OK
Whether the operation succeeded
Show child attributes
Total number of logs (only the last 1000 lines are returned)
Optional error description (set if 'success' was false)
Was this page helpful?