---
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.

## 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

---

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