list_attestations
List an assumption's attestation history to trace why its coverage is active, expired, or never attested. Read-only, no side effects.
Instructions
List an assumption's attestation history. Read-only; no side effects.
Returns the chronological record of attestation events recorded against the assumption (each with its actor, timestamp, and status/expiry as recorded), so you can trace why the assumption is currently attested, expired, or never attested. An assumption only mitigates its control objectives while it is active AND currently attested, so use this to diagnose coverage that depends on an attestation.
To record a new attestation use submit_attestation; for the assumption's current fields (status, description) use get_assumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| assumption_id | Yes | ID of the assumption whose attestation history to list. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||