GET
/
v4
/
data-validation
/
workflows
/
{workflowId}
/
validation
/
config
Get data validation configuration for a workflow
curl --request GET \
  --url https://api.kadoa.com/v4/data-validation/workflows/{workflowId}/validation/config \
  --header 'x-api-key: <api-key>'
{
  "workflowId": "<string>",
  "dataValidation": {
    "enabled": true,
    "alerting": {
      "system": {
        "enabled": true,
        "threshold": 1
      },
      "user": {
        "enabled": true,
        "threshold": 1
      }
    },
    "ruleCounts": {
      "enabled": 1,
      "disabled": 1,
      "preview": 1,
      "error": true
    }
  },
  "dataLinking": {
    "enabled": true,
    "linkingColumns": [
      "<string>"
    ]
  },
  "error": true
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

The workflow ID to get validation configuration for

Response

200

workflowId
string
required
error
boolean
required
dataValidation
object

Configuration for data validation

dataLinking
object

Configuration for data linking