api.StreamLogsRequest
endstring
End is the timestamp until which to stream logs. If zero, logs will be streamed indefinitely (live tailing).
log_levelstring
LogLevel is the minimum log level to stream (e.g., "info", "error")
node_idstring
NodeID is the node which we want to stream from, if empty a random node running that job will be used
startstring
Start is the timestamp from which to start streaming logs. If zero, logs will be streamed from the current time.
api.StreamLogsRequest
{
"end": "string",
"log_level": "string",
"node_id": "string",
"start": "string"
}