Get logs
GET {{baseUrl}}/api/organizations/:organizationId/jobs/:jobId/stdout?limit=<integer>&logLevel=<string>
Get the logs for a job.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of results | |
logLevel | string | Log level (error, warn, info, debug) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"stdout":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}