Use these endpoints to retrieve execution details and result payloads for a specific Reconciliation policy run — typically to verify source vs. target data matching outcomes.
Endpoint(s)
Path Parameters
| Name | Type | Required | Descriptions |
|---|---|---|---|
| id | integer | Yes | Unique ID of the Reconciliation policy execution (not the policy itself). |
id is obtained from the List Executions endpoint (/reconciliation/:id/executions).
Sample Request
Details
curl -X GET "https://{HOST}/catalog-server/api/rules/reconciliation/executions/5555" \ -H "Authorization: Bearer $TOKEN" -H "accessKey: $ACCESS_KEY" -H "secretKey: $SECRET_KEY"Was this page helpful?