{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/execution_failed/snapshot/paged/state' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'
{
"list": [
{
"error": {
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"errorCode": "string",
"errorMsg": "string",
"stackTrace": "string",
"succeeded": true
},
"eventId": {
"aggregateId": {
"contextName": "string",
"aggregateName": "string",
"tenantId": "(0)",
"aggregateId": "string"
},
"id": "string",
"version": 0
},
"executeAt": 0,
"function": {
"contextName": "string",
"functionKind": "COMMAND",
"name": "string",
"processorName": "string"
},
"id": "string",
"recoverable": "RECOVERABLE",
"retrySpec": {
"executionTimeout": 0,
"maxRetries": 0,
"minBackoff": 0
},
"retryState": {
"nextRetryAt": 0,
"retries": 0,
"retryAt": 0,
"timeoutAt": 0
},
"status": "FAILED",
"isBelowRetryThreshold": true,
"isRetryable": true
}
],
"total": 0
}