Last updated 11 months ago
Was this helpful?
Get the logs for a job.
Project 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/{projectId}/jobs/{jobId}/stdout' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "stdout": [ { "created": "2025-03-26T11:04:27.879Z", "data": "text", "logLevel": "error" } ], "totalCount": 1 }