API
Acceldata Data Observability Cloud
Get Started
Assets
Asset Schema References
Data Reliability Schema References
Pipelines
Authentication
Authorization
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Manage Policies by ID
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
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
Endpoint(s)
GET /catalog-server/api/rules/data-quality/:id (get)PUT /catalog-server/api/rules/data-quality/:id (update)DELETE /catalog-server/api/rules/data-quality/:id (delete/archive)POST /catalog-server/api/rules/data-quality/:id/unarchive (unarchive)PUT /catalog-server/api/rules/data-quality/:id/schedule (toggle schedule)GET /catalog-server/api/rules/data-quality/:id/items (list items)GET /catalog-server/api/rules/data-quality/:id/executions (list executions)Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer | Yes | Unique numeric ID of the Data Quality policy. |
Sample Request
Get
Bash
curl -X GET "https://{HOST}/catalog-server/api/rules/data-quality/10566"Update
Bash
curl -X PUT "https://{HOST}/catalog-server/api/rules/data-quality/10566" \ -H "Authorization: Bearer $TOKEN" -H "accessKey: $ACCESS_KEY" -H "secretKey: $SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "rule":{ "scheduled":true, "schedule":"0 15 * * *" } }'Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Manage Policies by NameFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message