cURL
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
API key for authentication
The workflow ID to get validation configuration for
200
Configuration for data validation
Show child attributes
System alerting configuration
User alerting configuration
Counts of validation rules by status
Number of enabled validation rules
x >= 0
Number of disabled validation rules
Number of preview validation rules
Whether an error occurred while fetching counts