list_control_notes
Retrieve all notes and topics for a specific compliance control using its ID to access audit documentation and review compliance history.
Instructions
List all notes for a given control.
This tool retrieves all notes associated with a control.
Args: controlId (str): The control ID to list notes for (required).
Returns: Dict with success status and notes: - success (bool): Whether the request was successful - notes (List[dict]): List of note objects, each containing: - id (str): Note ID - topic (str): Note topic - notes (str): Note content - totalCount (int): Total number of notes found - error (str, optional): Error message if request failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| controlId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||