Manage Policies by ID

Once a Data Quality policy has been created, these APIs allow you to fully manage its lifecycle — from retrieving its details to scheduling or archiving it.

Use these endpoints when you need to:

  • Retrieve the current configuration of a specific policy (GET).
  • Update rule definitions or metadata (PUT).
  • Archive or unarchive a policy when it’s no longer or newly needed (DELETE / POST).
  • Enable or disable scheduling to control automatic runs (PUT schedule).
  • Inspect rule items associated with the policy (GET items).
  • List historical executions of the policy to monitor its performance (GET executions).

These operations are typically used in:

  • Automating policy updates and maintenance
  • Managing active vs. inactive rules across environments
  • Troubleshooting and auditing data quality checks

Note Most of these endpoints require the policy ID, which can be obtained from the List All Policies or Create Policy endpoints.

Endpoint(s)

Copy

Path Parameters

NameTypeRequiredDescription
idintegerYesUnique numeric ID of the Data Quality policy.

Sample Request

Get

Bash
Copy

Update

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard