--- title: View InfluxDB Cloud data usage list_title: View data usage description: > View your InfluxDB Cloud 2.0 data usage and rate limit notifications. weight: 103 aliases: - /v2.0/cloud/account-management/data-usage menu: v2_0: parent: Account management name: View data usage products: [cloud] --- To view your {{< cloud-name >}} data usage, click the **user avatar** in the top right corner of your {{< cloud-name "short" >}} user interface (UI) and select **Usage**. Find data usage information for the time frame specified in the drop-down at the top of the Usage page. - **Writes:** Total data in MB written to your {{< cloud-name "short" >}} instance. - **Reads:** Total data in MB sent as responses to queries from your {{< cloud-name "short" >}} instance. - **Query Duration:** Total time spent processing queries in seconds. - **Storage Usage:** Total disk usage in gigabytes. - **API Request Count:** The total number of query and write API requests received during the specified time frame. - **Usage over the specified time period:** A line graph that visualizes usage over the specified time period. - **Rate Limits over the specified time period:** A list of rate limit events over the specified time period. {{< img-hd src="/img/2-0-cloud-usage.png" />}} ## Exceeded rate limits If you exceed your plan's [rate limits](/v2.0/cloud/pricing-plans/), {{< cloud-name >}} will provide a notification in the {{< cloud-name "short" >}} user interface (UI) and add a rate limit event to your **Usage** page for review. All rate-limited requests are rejected; including both read and write requests. _Rate-limited requests are **not** queued._ _To remove rate limits, [upgrade to a Usage-based Plan](/v2.0/cloud/account-management/upgrade-to-usage-based-plan/)._ ### Rate-limited HTTP response code When a request exceeds your plan's rate limit, the InfluxDB API returns the following response: ``` HTTP 429 “Too Many Requests” Retry-After: xxx (seconds to wait before retrying the request) ```