---
title: "Get usage across your account"
method: GET
path: "/api/v1/usage/summary"
tags: ["Usage Metering"]
---

# Get usage across your account

`GET /api/v1/usage/summary`

Get all usage across your account.

For SDK users only: all fields on `UsageSummaryResponse`, `UsageSummaryDate`, and
`UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
Existing typed-field getters are unchanged. New billing dimensions will not have
typed-field getters. Use
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
to enumerate every available key at each response level.

This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).

## Query parameters

- `start_month` string, date-time, required
- `end_month` string, date-time
- `include_org_details` boolean
- `include_connected_accounts` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden - User is not authorized
- `429` — Too many requests

---

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