---
title: "Get monthly usage"
method: GET
path: "/v2/users/me/usage/monthly"
tags: ["Users/Usage"]
---

# Get monthly usage

`GET /v2/users/me/usage/monthly`

Returns a complete summary of your usage for the current monthly usage cycle,
an overall sum, as well as a daily breakdown of usage. It is the same
information you will see on your account's [Billing > Historical usage page](https://console.apify.com/billing/historical-usage). The information
includes your use of Actors, compute, data transfer, and storage.

Using the `date` parameter will show your usage in the monthly usage cycle that
includes that date.

## Query parameters

- `date` string

## Response `200`

- MonthlyUsageResponse
  - `data` MonthlyUsage, required
    - `usageCycle` UsageCycle, required
      - `startAt` string, date-time, required
      - `endAt` string, date-time, required
    - `monthlyServiceUsage` MonthlyServiceUsage, required — A map of usage item names (e.g., ACTOR_COMPUTE_UNITS) to their usage details.
    - `dailyServiceUsages` DailyServiceUsages[], required
      - `date` string, required
      - `serviceUsage` ServiceUsage, required — A map of service usage item names to their usage details.
      - `totalUsageCreditsUsd` number, required
    - `totalUsageCreditsUsdBeforeVolumeDiscount` number, required
    - `totalUsageCreditsUsdAfterVolumeDiscount` number, required

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `401` — Unauthorized - authentication required or invalid token.
- `403` — Forbidden - insufficient permissions to perform this action.
- `405` — Method not allowed.
- `429` — Too many requests - rate limit exceeded.

---

[API](https://skmtc.net/apify/apis/apify-api.md) · [All operations](https://skmtc.net/apify/apis/apify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apify/apify-api/versions/01a71794279b/schema)
