---
title: "Get the list of available daily custom reports"
method: GET
path: "/api/v1/daily_custom_reports"
tags: ["Usage Metering"]
deprecated: true
---

# Get the list of available daily custom reports

`GET /api/v1/daily_custom_reports`

> **Deprecated.**

Get daily custom reports.
**Note:** This endpoint will be fully deprecated on December 1, 2022.
Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort_dir` 'desc' | 'asc' — The direction to sort by.
- `sort` 'computed_on' | 'size' | 'start_date' | 'end_date' — The field to sort by.

## Response `200`

OK

## Other responses

- `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/versions/ca5871004d26/schema)
