# Show a risk assessment **GET /api/v1/client/{client_uuid}/risk/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **level** (integer) The risk level of the clients risk assessment. Cannot be set with level_string - **level_string** (string) The risk level of the client as a string/text. Cannot be set with level. - **completed_at** (string) Date of risk assessment completion. - **completed_by** (object) Account of the employee that completed the risk assessment - **risk_assessment_provider** (string) Name of the risk assessment provider. - **time_horizon** (string) How long the risk assessment will last for the client. - **time_horizon_set_at** (string) The date the time_horizon was set. Can be used as a reference point against time horizon for users. - **account** (object) The account who owns the Risk. This may not be included when viewing all risks. Refer to the documentation to include this field. [Powered by Bump.sh](https://bump.sh)