get_assumption
Retrieve a single assumption from a threat model with its override applied, including typed fields, exclusion predicate, and deletion status.
Instructions
Get a single assumption with its override applied.
Mirrors list_assumptions' merge logic for one entity. Returns
the assumption's typed fields, structured exclusion predicate
(when present), and the override layer (status / justification /
linked CO IDs / target model). Soft-deleted assumptions carry
deleted: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| assumption_id | Yes | Assumption ID (e.g. ``AS-01``). | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||