Skip to main content
GET
/
v4
/
workflows
/
{workflowId}
/
schema-validation-rules
Get data quality rules for a workflow
curl --request GET \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/schema-validation-rules \
  --header 'x-api-key: <api-key>'
{
  "rules": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

ID of the workflow

Response

Rules retrieved successfully

rules
object

Map keyed by schema field name, with the per-field data quality rules for that field.