---
title: Usage Metering
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > Usage Metering
---

# Usage Metering

The usage metering API allows you to get hourly, daily, and monthly usage across multiple facets of Datadog. This API is available to all Pro and Enterprise customers.

**Note**: Usage data is delayed by up to 72 hours from when it was incurred. It is retained for 15 months.

You can retrieve up to 24 hours of hourly usage data for multiple organizations, and up to two months of hourly usage data for a single organization in one request. Learn more on the [usage details documentation](https://docs.datadoghq.com/account_management/billing/usage_details.md).

## Get hourly usage attribution →{% #get-hourly-usage-attribution %}

| Datadog site      | API endpoint                                                      |
| ----------------- | ----------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/hourly-attribution |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/hourly-attribution |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/hourly-attribution      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/hourly-attribution      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/hourly-attribution  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/hourly-attribution     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/hourly-attribution |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/hourly-attribution |

## Get hourly usage for Lambda traced invocations → deprecated{% #get-hourly-usage-for-lambda-traced-invocations %}

| Datadog site      | API endpoint                                                             |
| ----------------- | ------------------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/lambda_traced_invocations |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/lambda_traced_invocations |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/lambda_traced_invocations      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/lambda_traced_invocations      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/lambda_traced_invocations  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/lambda_traced_invocations     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/lambda_traced_invocations |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/lambda_traced_invocations |

## Get hourly usage for application security → deprecated{% #get-hourly-usage-for-application-security %}

| Datadog site      | API endpoint                                                        |
| ----------------- | ------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/application_security |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/application_security |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/application_security      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/application_security      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/application_security  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/application_security     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/application_security |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/application_security |

## Get monthly usage attribution →{% #get-monthly-usage-attribution %}

| Datadog site      | API endpoint                                                       |
| ----------------- | ------------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/monthly-attribution |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/monthly-attribution |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/monthly-attribution      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/monthly-attribution      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/monthly-attribution  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/monthly-attribution     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/monthly-attribution |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/monthly-attribution |

## Get billable usage across your account →{% #get-billable-usage-across-your-account %}

| Datadog site      | API endpoint                                                    |
| ----------------- | --------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/billable-summary |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/billable-summary |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/billable-summary      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/billable-summary      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/billable-summary  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/billable-summary     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/billable-summary |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/billable-summary |

## Get hourly usage for observability pipelines → deprecated{% #get-hourly-usage-for-observability-pipelines %}

| Datadog site      | API endpoint                                                           |
| ----------------- | ---------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/observability_pipelines |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/observability_pipelines |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/observability_pipelines      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/observability_pipelines      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/observability_pipelines  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/observability_pipelines     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/observability_pipelines |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/observability_pipelines |

## Get all custom metrics by hourly average →{% #get-all-custom-metrics-by-hourly-average %}

| Datadog site      | API endpoint                                                   |
| ----------------- | -------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/top_avg_metrics |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/top_avg_metrics |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/top_avg_metrics      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/top_avg_metrics      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/top_avg_metrics  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/top_avg_metrics     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/top_avg_metrics |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/top_avg_metrics |

## Get cost across multi-org account → deprecated{% #get-cost-across-multi-org-account %}

| Datadog site      | API endpoint                                               |
| ----------------- | ---------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/cost_by_org |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/cost_by_org |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/cost_by_org      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/cost_by_org      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/cost_by_org  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/cost_by_org     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/cost_by_org |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/cost_by_org |

## Get estimated cost across your account →{% #get-estimated-cost-across-your-account %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/estimated_cost |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/estimated_cost |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/estimated_cost      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/estimated_cost      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/estimated_cost  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/estimated_cost     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/estimated_cost |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/estimated_cost |

## Get usage across your account →{% #get-usage-across-your-account %}

| Datadog site      | API endpoint                                           |
| ----------------- | ------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/summary |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/summary |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/summary      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/summary      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/summary  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/summary     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/summary |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/summary |

## Get historical cost across your account →{% #get-historical-cost-across-your-account %}

| Datadog site      | API endpoint                                                   |
| ----------------- | -------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/historical_cost |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/historical_cost |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/historical_cost      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/historical_cost      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/historical_cost  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/historical_cost     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/historical_cost |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/historical_cost |

## Get hourly usage for logs by index →{% #get-hourly-usage-for-logs-by-index %}

| Datadog site      | API endpoint                                                 |
| ----------------- | ------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/logs_by_index |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/logs_by_index |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/logs_by_index      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/logs_by_index      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/logs_by_index  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/logs_by_index     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/logs_by_index |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/logs_by_index |

## Get hourly logs usage by retention → deprecated{% #get-hourly-logs-usage-by-retention %}

| Datadog site      | API endpoint                                                     |
| ----------------- | ---------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/logs-by-retention |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/logs-by-retention |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/logs-by-retention      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/logs-by-retention      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/logs-by-retention  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/logs-by-retention     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/logs-by-retention |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/logs-by-retention |

## Get projected cost across your account →{% #get-projected-cost-across-your-account %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/projected_cost |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/projected_cost |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/projected_cost      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/projected_cost      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/projected_cost  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/projected_cost     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/projected_cost |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/projected_cost |

## Get hourly usage for hosts and containers → deprecated{% #get-hourly-usage-for-hosts-and-containers %}

| Datadog site      | API endpoint                                         |
| ----------------- | ---------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/hosts |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/hosts |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/hosts      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/hosts      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/hosts  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/hosts     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/hosts |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/hosts |

## Get Monthly Cost Attribution →{% #get-monthly-cost-attribution %}

| Datadog site      | API endpoint                                                                  |
| ----------------- | ----------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/cost_by_tag/monthly_cost_attribution |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/cost_by_tag/monthly_cost_attribution |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/cost_by_tag/monthly_cost_attribution      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/cost_by_tag/monthly_cost_attribution      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/cost_by_tag/monthly_cost_attribution  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/cost_by_tag/monthly_cost_attribution     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/cost_by_tag/monthly_cost_attribution |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/cost_by_tag/monthly_cost_attribution |

## Get hourly usage by product family →{% #get-hourly-usage-by-product-family %}

| Datadog site      | API endpoint                                                |
| ----------------- | ----------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/hourly_usage |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/hourly_usage |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/hourly_usage      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/hourly_usage      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/hourly_usage  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/hourly_usage     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/hourly_usage |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/hourly_usage |

## Get hourly usage for logs → deprecated{% #get-hourly-usage-for-logs %}

| Datadog site      | API endpoint                                        |
| ----------------- | --------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/logs |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/logs |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/logs      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/logs      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/logs  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/logs     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/logs |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/logs |

## Get hourly usage for custom metrics → deprecated{% #get-hourly-usage-for-custom-metrics %}

| Datadog site      | API endpoint                                              |
| ----------------- | --------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/timeseries |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/timeseries |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/timeseries      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/timeseries      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/timeseries  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/timeseries     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/timeseries |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/timeseries |

## Get usage attribution types →{% #get-usage-attribution-types %}

| Datadog site      | API endpoint                                                           |
| ----------------- | ---------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/usage-attribution-types |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/usage-attribution-types |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/usage-attribution-types      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/usage-attribution-types      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/usage-attribution-types  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/usage-attribution-types     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/usage-attribution-types |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/usage-attribution-types |

## Get active billing dimensions for cost attribution →{% #get-active-billing-dimensions-for-cost-attribution %}

| Datadog site      | API endpoint                                                                   |
| ----------------- | ------------------------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/cost_by_tag/active_billing_dimensions      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/cost_by_tag/active_billing_dimensions      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/cost_by_tag/active_billing_dimensions  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions |

## Get hourly usage for indexed spans → deprecated{% #get-hourly-usage-for-indexed-spans %}

| Datadog site      | API endpoint                                                 |
| ----------------- | ------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/indexed-spans |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/indexed-spans |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/indexed-spans      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/indexed-spans      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/indexed-spans  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/indexed-spans     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/indexed-spans |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/indexed-spans |

## Get billing dimension mapping for usage endpoints →{% #get-billing-dimension-mapping-for-usage-endpoints %}

| Datadog site      | API endpoint                                                             |
| ----------------- | ------------------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/billing_dimension_mapping |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/billing_dimension_mapping |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/billing_dimension_mapping      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/billing_dimension_mapping      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/billing_dimension_mapping  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/billing_dimension_mapping     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/billing_dimension_mapping |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/billing_dimension_mapping |

## Get hourly usage for synthetics checks → deprecated{% #get-hourly-usage-for-synthetics-checks %}

| Datadog site      | API endpoint                                              |
| ----------------- | --------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/synthetics |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/synthetics |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/synthetics      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/synthetics      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/synthetics  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/synthetics     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/synthetics |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/synthetics |

## Get available fields for usage summary →{% #get-available-fields-for-usage-summary %}

| Datadog site      | API endpoint                                                            |
| ----------------- | ----------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/usage/summary/available_fields |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/usage/summary/available_fields |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/usage/summary/available_fields      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/usage/summary/available_fields      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/usage/summary/available_fields  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/usage/summary/available_fields     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/usage/summary/available_fields |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/usage/summary/available_fields |

## Get hourly usage for synthetics API checks → deprecated{% #get-hourly-usage-for-synthetics-api-checks %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/synthetics_api |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/synthetics_api |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/synthetics_api      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/synthetics_api      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/synthetics_api  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/synthetics_api     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/synthetics_api |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/synthetics_api |

## Get hourly usage for synthetics browser checks → deprecated{% #get-hourly-usage-for-synthetics-browser-checks %}

| Datadog site      | API endpoint                                                      |
| ----------------- | ----------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/synthetics_browser |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/synthetics_browser |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/synthetics_browser      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/synthetics_browser      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/synthetics_browser  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/synthetics_browser     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/synthetics_browser |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/synthetics_browser |

## Get hourly usage for Fargate → deprecated{% #get-hourly-usage-for-fargate %}

| Datadog site      | API endpoint                                           |
| ----------------- | ------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/fargate |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/fargate |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/fargate      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/fargate      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/fargate  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/fargate     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/fargate |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/fargate |

## Get hourly usage for Lambda → deprecated{% #get-hourly-usage-for-lambda %}

| Datadog site      | API endpoint                                              |
| ----------------- | --------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/aws_lambda |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/aws_lambda |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/aws_lambda      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/aws_lambda      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/aws_lambda  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/aws_lambda     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/aws_lambda |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/aws_lambda |

## Get hourly usage for RUM sessions → deprecated{% #get-hourly-usage-for-rum-sessions %}

| Datadog site      | API endpoint                                                |
| ----------------- | ----------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/rum_sessions |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/rum_sessions |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/rum_sessions      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/rum_sessions      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/rum_sessions  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/rum_sessions     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/rum_sessions |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/rum_sessions |

## Get hourly usage for network hosts → deprecated{% #get-hourly-usage-for-network-hosts %}

| Datadog site      | API endpoint                                                 |
| ----------------- | ------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/network_hosts |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/network_hosts |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/network_hosts      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/network_hosts      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/network_hosts  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/network_hosts     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/network_hosts |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/network_hosts |

## get hourly usage for network flows → deprecated{% #get-hourly-usage-for-network-flows %}

| Datadog site      | API endpoint                                                 |
| ----------------- | ------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/network_flows |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/network_flows |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/network_flows      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/network_flows      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/network_flows  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/network_flows     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/network_flows |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/network_flows |

## Get hourly usage for analyzed logs → deprecated{% #get-hourly-usage-for-analyzed-logs %}

| Datadog site      | API endpoint                                                 |
| ----------------- | ------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/analyzed_logs |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/analyzed_logs |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/analyzed_logs      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/analyzed_logs      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/analyzed_logs  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/analyzed_logs     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/analyzed_logs |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/analyzed_logs |

## Get hourly usage for SNMP devices → deprecated{% #get-hourly-usage-for-snmp-devices %}

| Datadog site      | API endpoint                                        |
| ----------------- | --------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/snmp |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/snmp |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/snmp      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/snmp      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/snmp  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/snmp     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/snmp |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/snmp |

## Get hourly usage for ingested spans → deprecated{% #get-hourly-usage-for-ingested-spans %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/ingested-spans |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/ingested-spans |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/ingested-spans      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/ingested-spans      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/ingested-spans  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/ingested-spans     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/ingested-spans |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/ingested-spans |

## Get hourly usage for incident management → deprecated{% #get-hourly-usage-for-incident-management %}

| Datadog site      | API endpoint                                                       |
| ----------------- | ------------------------------------------------------------------ |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/incident-management |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/incident-management |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/incident-management      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/incident-management      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/incident-management  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/incident-management     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/incident-management |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/incident-management |

## Get hourly usage for IoT → deprecated{% #get-hourly-usage-for-iot %}

| Datadog site      | API endpoint                                       |
| ----------------- | -------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/iot |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/iot |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/iot      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/iot      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/iot  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/iot     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/iot |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/iot |

## Get hourly usage for CSM Pro → deprecated{% #get-hourly-usage-for-csm-pro %}

| Datadog site      | API endpoint                                        |
| ----------------- | --------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/cspm |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/cspm |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/cspm      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/cspm      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/cspm  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/cspm     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/cspm |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/cspm |

## Get hourly usage for cloud workload security → deprecated{% #get-hourly-usage-for-cloud-workload-security %}

| Datadog site      | API endpoint                                       |
| ----------------- | -------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/cws |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/cws |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/cws      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/cws      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/cws  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/cws     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/cws |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/cws |

## Get hourly usage for database monitoring → deprecated{% #get-hourly-usage-for-database-monitoring %}

| Datadog site      | API endpoint                                       |
| ----------------- | -------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/dbm |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/dbm |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/dbm      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/dbm      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/dbm  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/dbm     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/dbm |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/dbm |

## Get hourly usage for sensitive data scanner → deprecated{% #get-hourly-usage-for-sensitive-data-scanner %}

| Datadog site      | API endpoint                                       |
| ----------------- | -------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/sds |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/sds |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/sds      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/sds      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/sds  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/sds     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/sds |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/sds |

## Get hourly usage for RUM units → deprecated{% #get-hourly-usage-for-rum-units %}

| Datadog site      | API endpoint                                       |
| ----------------- | -------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/rum |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/rum |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/rum      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/rum      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/rum  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/rum     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/rum |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/rum |

## Get hourly usage for profiled hosts → deprecated{% #get-hourly-usage-for-profiled-hosts %}

| Datadog site      | API endpoint                                             |
| ----------------- | -------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/profiling |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/profiling |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/profiling      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/profiling      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/profiling  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/profiling     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/profiling |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/profiling |

## Get hourly usage for CI visibility → deprecated{% #get-hourly-usage-for-ci-visibility %}

| Datadog site      | API endpoint                                          |
| ----------------- | ----------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/ci-app |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/ci-app |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/ci-app      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/ci-app      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/ci-app  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/ci-app     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/ci-app |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/ci-app |

## Get hourly usage for online archive → deprecated{% #get-hourly-usage-for-online-archive %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/online-archive |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/online-archive |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/online-archive      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/online-archive      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/online-archive  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/online-archive     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/online-archive |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/online-archive |

## Get hourly usage for audit logs → deprecated{% #get-hourly-usage-for-audit-logs %}

| Datadog site      | API endpoint                                              |
| ----------------- | --------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/usage/audit_logs |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/usage/audit_logs |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/usage/audit_logs      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/usage/audit_logs      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/usage/audit_logs  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/usage/audit_logs     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/usage/audit_logs |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/usage/audit_logs |

## Get the list of available daily custom reports → deprecated{% #get-the-list-of-available-daily-custom-reports %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/daily_custom_reports |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/daily_custom_reports |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/daily_custom_reports      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/daily_custom_reports      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/daily_custom_reports  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/daily_custom_reports     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/daily_custom_reports |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/daily_custom_reports |

## Get specified daily custom reports → deprecated{% #get-specified-daily-custom-reports %}

| Datadog site      | API endpoint                                                              |
| ----------------- | ------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/daily_custom_reports/{report_id} |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/daily_custom_reports/{report_id} |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/daily_custom_reports/{report_id}      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/daily_custom_reports/{report_id}      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/daily_custom_reports/{report_id}  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/daily_custom_reports/{report_id}     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/daily_custom_reports/{report_id} |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/daily_custom_reports/{report_id} |

## Get the list of available monthly custom reports → deprecated{% #get-the-list-of-available-monthly-custom-reports %}

| Datadog site      | API endpoint                                                    |
| ----------------- | --------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/monthly_custom_reports |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/monthly_custom_reports |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/monthly_custom_reports      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/monthly_custom_reports      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/monthly_custom_reports  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/monthly_custom_reports     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/monthly_custom_reports |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/monthly_custom_reports |

## Get specified monthly custom reports → deprecated{% #get-specified-monthly-custom-reports %}

| Datadog site      | API endpoint                                                                |
| ----------------- | --------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v1/monthly_custom_reports/{report_id} |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v1/monthly_custom_reports/{report_id} |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v1/monthly_custom_reports/{report_id}      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v1/monthly_custom_reports/{report_id}      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v1/monthly_custom_reports/{report_id}  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v1/monthly_custom_reports/{report_id}     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v1/monthly_custom_reports/{report_id} |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v1/monthly_custom_reports/{report_id} |
