list_reconciliation_rejections
Retrieve reconciliation rejections for a threat model, showing operator-confirmed non-duplicate decisions for display in triage views or to enable unrejection actions.
Instructions
List persisted reconciliation rejections for a model.
Returns the operator's "these are NOT duplicates" decisions on this
model in rejected_at ascending order — the same set the
candidate detector consults to filter the active queue. Use this
to render the rejected section of a triage view, or to find the
surrogate id needed by unreject_reconciliation_candidate.
When TREE_COMPOSITION_ENABLED is off, returns
{model_id, flag_enabled: false, rejections: []} so the caller
can render the disabled state without a separate code path. The
same empty shape is returned with flag_enabled: true when the
rejection store is not configured on the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||