curl --location --request GET '/engine/log/flow' \
--header 'Authorization: {{ACCESS_TOKEN}}'
[
{
"config": "string",
"elementId": "string",
"errorMessage": "string",
"flowId": "string",
"flowJob": "string",
"id": "string",
"job": "string",
"setting": null,
"startTimestamp": "string",
"status": "string",
"timestamp": "string",
"type": "string",
"variables": null
}
]