List Attestations
list_attestationsTrace an assumption's attestation history to see why it is currently attested, expired, or never attested, so you can diagnose coverage gaps where controls depend on active attestations.
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_entity (entity_type="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 | |||