curl --location --request GET '/flow/flowRecord' \
--header 'Authorization: {{ACCESS_TOKEN}}'
[
{
"id": "string",
"intent": "string",
"key": 0,
"recordType": "string",
"timestamp": 0,
"value": {
"bpmnProcessId": "string",
"customHeaders": {
"config": null
},
"deadline": 0,
"elementId": "string",
"elementInstanceKey": 0,
"errorCode": "string",
"errorMessage": "string",
"processDefinitionKey": 0,
"processDefinitionVersion": 0,
"processInstanceKey": "string",
"retries": 0,
"type": "string",
"variables": null,
"worker": "string"
},
"valueType": "string"
}
]