list_checks
Retrieve all compliance checks associated with an asset ID to verify policy adherence and access audit-ready validation data.
Instructions
Retrieve all checks associated with an asset.
Args: - assetId (str): Asset id (plan id).
Returns: - success (bool): Indicates if the operation completed successfully. - checks (List[dict]): A list of checks. - id (str): Check id. - name (str): Name of the check. - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||