get_analysis
Retrieve the analysis record for a specific finding, including state, justification, and comment history. Returns default values if no analysis exists.
Instructions
Fetch the analysis record for one finding.
Returns the analysis state, justification, response, details,
suppressed flag, and the full comment history. If DT has no analysis
row yet, returns an empty-analysis default (state NOT_SET, no
comments) — callers never get null. Read-only.
Args: project_uuid: DT project UUID. component_uuid: DT component UUID inside that project. vulnerability_uuid: DT vulnerability UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | ||
| component_uuid | Yes | ||
| vulnerability_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||