get_misconfiguration_notes
Retrieve all analyst notes, comments, and annotations attached to a specific misconfiguration for remediation documentation, audit trails, and collaboration.
Instructions
Get all notes and comments associated with a misconfiguration.
Retrieves all analyst notes, comments, and annotations attached to a specific misconfiguration. Notes provide context, analysis findings, remediation steps, and collaboration history.
Args: misconfiguration_id: The unique identifier of the misconfiguration.
Returns: List of notes in JSON format, each containing: - id: Unique note identifier - misconfigurationId: Associated misconfiguration identifier - text: Note content/message - author: User information {id, email, fullName, deleted} - createdAt: ISO timestamp when note was created - updatedAt: ISO timestamp when note was last updated (if applicable)
Notes are typically ordered by creation time (newest first).Common Use Cases: - Remediation documentation and collaboration - Tracking analyst findings and decisions - Audit trail for security issue handling - Knowledge sharing between security teams - Compliance and reporting requirements
Raises: RuntimeError: If there's an error retrieving misconfiguration notes. ValueError: If misconfiguration_id is invalid or empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| misconfiguration_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |