Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.kadoa.com/v4/workflows/{workflowId}/schema-validation-rules \ --header 'x-api-key: <api-key>'
{ "rules": {} }
Retrieve the per-field data quality rules persisted on a workflow
API key for authentication
ID of the workflow
Rules retrieved successfully
Map keyed by schema field name, with the per-field data quality rules for that field.
Show child attributes