list_reconciliation_rejections
List reconciliation rejections for a threat model to display non-duplicate decisions in triage views and fetch the surrogate ID needed to undo a rejection.
Instructions
List persisted reconciliation rejections for a model.
Read-only. 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 composition is not available on the backend, 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 | |||