get_control
Fetches a single control by ID, enriching it with verified-status and orphaned flags derived from the live control set. Returns the control directly, or 404 if missing on the requested version.
Instructions
Get a single control with verified-status enrichment and an
orphaned flag derived from the live CO set.
Returns the control directly (not wrapped in an array). 404 if the control doesn't exist on the requested version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional model version. 0 (default) uses the latest. | |
| model_id | Yes | ID of the threat model. | |
| control_id | Yes | Control ID (e.g. ``CTL-12``). | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||