get_top_non_compliant_controls_detail
Fetch details of non-compliant controls including ownership, scores, and priority levels to identify remediation targets across specific compliance periods.
Instructions
Function overview: Fetch control with low compliant score or non compliant controls. Arguments:
period: Compliance period which denotes quarter of the year whose dashboard data is needed. By default: Q1 2024.
count:
page: If the user asks of next page use smartly decide the page.
Returns:
controls (List[NonCompliantControlVO]): A list of non-compliant controls.
name (str): Name of the control.
lastAssignedTo (List[UserVO]): List of users to whom the control was last assigned.
emailid (str): Email ID of the assigned user.
score (float): Score assigned to the control.
priority (str): Priority level of the control.
error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| count | No | ||
| page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| controls | No | ||
| error | No |