Get Rule
Use this API to retrieve the configuration and details of a specific rule by its ID or name.
This is helpful when your team wants to understand the logic behind a rule, inspect how it was configured, or reuse it in another context.
It’s commonly used before updates or policy assignments.
Endpoints
GET /catalog-server/api/rules/:identifierGET /catalog-server/api/rules/byName/:name/configuration
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | integer | Yes | Unique ID of the rule. |
| name | string | Yes | Name of the rule. |
Sample Request
curl -X GET "https://demo.acceldata.io/catalog-server/api/rules/1001"Response Schema
See Rule Schema.
Was this page helpful?