get_asset_notes
Retrieve an asset's past review verdicts with reasons and recorded actions, newest last. Pass the asset ID to review why it was flagged or acted on previously.
Instructions
The plugin's notes on one asset: past review verdicts with reasons and recorded actions, newest last. Empty lists when it was never annotated. Read-only.
Args:
asset_id: The asset to read.
Returns: JSON with asset_id, reviews [{at, verdict, reason}] and
actions [{at, action, detail}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |