---
title: "List usage report exports"
method: GET
path: "/enterprises/{enterprise}/settings/billing/reports"
tags: ["billing"]
---

# List usage report exports

`GET /enterprises/{enterprise}/settings/billing/reports`

Lists all usage report exports for an enterprise. The authenticated user must be an enterprise admin or billing manager.

## Path parameters

- `enterprise` string, required

## Response `200`

List of usage report exports

- UsageReportExportList
  - `usage_report_exports` UsageReportExport[], required — List of usage report exports
    - `id` string, uuid, required — Unique identifier for the usage report export
    - `report_type` 'detailed' | 'summarized' | 'premium_request' | 'ai_credit', required — The type of usage report
    - `start_date` string, date, required — The start date for the report
    - `end_date` string, date, required — The end date for the report
    - `status` 'processing' | 'completed' | 'failed', required — The current status of the report export
    - `download_urls` string[] — URLs to download the completed report. Only present when the report status is `completed`.
    - `created_at` string, date-time — When the report export was created
    - `actor` string — The login of the user who requested the export

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error
- `503` — Service unavailable

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
