# Risks

## Generate experimentation activity report

 - [GET /gateway/chaos/manager/api/rest/service/experimentation/report/{accountID}](https://apidocs.harness.io/risks/getexperimentationactivityreport.md): Generate experimentation activity report for account in a given timeframe

## Get the overall service usage stats by type related to requested account

 - [GET /gateway/chaos/manager/api/rest/service/overall/stats/{accountID}](https://apidocs.harness.io/risks/getoverallserviceusagestats.md): Get overall service usage stats by type for account

## Generate service usage report

 - [GET /gateway/chaos/manager/api/rest/service/report/{accountID}](https://apidocs.harness.io/risks/getserviceusagereport.md): Generate service usage report for account in a given timeframe

## Get the service usage stats related to requested account grouped by day or month

 - [GET /gateway/chaos/manager/api/rest/service/stats/{accountID}](https://apidocs.harness.io/risks/getaccountserviceusagestats.md): Get service usage stats for account

## Get service usage details for account in the requested time frame

 - [GET /gateway/chaos/manager/api/rest/service/{accountID}](https://apidocs.harness.io/risks/getaccountservicedetails.md): Get service details for account

## List risks

 - [GET /gateway/chaos/manager/api/v3/risks](https://apidocs.harness.io/risks/listrisks.md): List risks

## Create a risk

 - [POST /gateway/chaos/manager/api/v3/risks](https://apidocs.harness.io/risks/createrisk.md): Create a risk

## Get a risk by identity

 - [GET /gateway/chaos/manager/api/v3/risks/{identity}](https://apidocs.harness.io/risks/getrisk.md): Get a risk by identity

## Update a risk

 - [PUT /gateway/chaos/manager/api/v3/risks/{identity}](https://apidocs.harness.io/risks/updaterisk.md): Update a risk

## Delete a risk

 - [DELETE /gateway/chaos/manager/api/v3/risks/{identity}](https://apidocs.harness.io/risks/deleterisk.md): Delete a risk

## List probe executions

 - [GET /gateway/chaos/manager/api/v3/risks/{identity}/active-risks](https://apidocs.harness.io/risks/listprobeexecutions.md): List probe executions for a given risk identity

