---
title: "Get a usage report export"
method: GET
path: "/enterprises/{enterprise}/settings/billing/reports/{report_id}"
tags: ["billing"]
---

# Get a usage report export

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

Gets the status and details of a usage report export by ID. The authenticated user must be an enterprise admin or billing manager, or a custom role holder with fine-grained read access to enterprise billing. An installation access token for a GitHub App installed on the enterprise with write access to enterprise administration, or with read access to enterprise billing, can also get a usage report export.

## Path parameters

- `enterprise` string, required
- `report_id` string, uuid, required

## Response `200`

Usage report export details

- UsageReportExport
  - `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

## Changes

> 62 revisions in range; 3 could not be searched.

- **2026-05-29** `28fbf7b9a486` — 1 warning
  - added the new `ai_credit` enum value to the `report_type` response property for the response status `200`

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/enterprises/:enterprise/settings/billing/reports/:report_id/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/6020c72ba337/schema)
