TaskLogsDocument
oneOf- TaskLogs
- TaskLogBatchResponse
Public API contract.
exit_reasonstring | nullnullable
exit_status(integer | null)<int64>nullable
logsstringrequired
marker_presentbooleanrequired
TaskLogsDocument
{
"exit_reason": "string",
"exit_status": 0,
"logs": "string",
"marker_present": true
}