cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/stdout \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "stdout": [ { "created": "2023-11-07T05:31:56Z", "data": "<string>", "logLevel": "error" } ], "totalCount": 123 }
Get the logs for a job.
Project ID
Job ID
Maximum number of results
Log level (error, warn, info, debug)
error
warn
info
debug
OK
The response is of type object.
object