cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/stdout/download \ --header 'x-api-key: <api-key>'
"<string>"
Download the logs for a job (as a text file).
Organization ID
Job ID
Maximum number of results
Log level (error, warn, info, debug)
error
warn
info
debug
OK
The response is of type string.
string
Was this page helpful?