Get logs

GET {{baseUrl}}/api/:projectId/jobs/:jobId/stdout?limit=<integer>&logLevel=<string>

Get the logs for a job.

Request Params

KeyDatatypeRequiredDescription
limitstringMaximum number of results
logLevelstringLog level (error, warn, info, debug)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;stdout&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;totalCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}