**CM Faults** ============= **CM Fault's Status** +++++++++++++++++++++ .. http:get:: /_cm/faults **Description** Fetch the boolean value of "Looseness", "Misalignment", "Imbalance" for a Asset, which represents the fault in asset. **Http Method** GET **ENDPOINT** ``/_cm/faults`` **Request Header** ``Authorization`` `Basic ` **Request Parameters** URL Parameters - ``asset_id`` (string, *required*): The ID of the associated asset. **Sample Request** .. code-block:: sh curl --location 'https://app.4pointx.com/_cm/faults?asset_id=547618d4-c481-48e5-b2a0-ae810a94883a' \ --header 'Authorization: Basic ' **Sample Response** Success .. code-block:: json { "Looseness": false, "Misalignment": false, "Imbalance": false } Error .. sourcecode:: json { "error": { "status": 401, "message": "Unauthorized access to module by general-user" } } .. code-block:: json { "error": { "status": 400, "message": "Invalid Asset Id" } }