curl --request GET \
--url https://api.kadoa.com/v4/data-validation/workflows/{workflowId}/validation/config \
--header 'x-api-key: <api-key>'{
"workflowId": "<string>",
"error": true,
"dataValidation": {
"enabled": true,
"alerting": {
"system": {
"enabled": true,
"threshold": 1
},
"user": {
"enabled": true,
"threshold": 1
}
},
"ruleCounts": {
"enabled": 1,
"disabled": 1,
"preview": 1,
"error": true
}
}
}Retrieve the current data validation configuration for a specific workflow, including enabled rules and alerting settings
curl --request GET \
--url https://api.kadoa.com/v4/data-validation/workflows/{workflowId}/validation/config \
--header 'x-api-key: <api-key>'{
"workflowId": "<string>",
"error": true,
"dataValidation": {
"enabled": true,
"alerting": {
"system": {
"enabled": true,
"threshold": 1
},
"user": {
"enabled": true,
"threshold": 1
}
},
"ruleCounts": {
"enabled": 1,
"disabled": 1,
"preview": 1,
"error": true
}
}
}API key for authentication
The workflow ID to get validation configuration for