curl --location --request GET '/apis/v1beta1//workflow_executions//pods//containers//logs'
{
"result": {
"logEntries": [
{
"timestamp": "string",
"content": "string"
}
]
},
"error": {
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}
}