---
title: "Get enterprise report"
method: GET
path: "/enterprise/report/enterprise-report/"
tags: ["esper_cloud_api_Daily and Custom Reports"]
---

# Get enterprise report

`GET /enterprise/report/enterprise-report/`

⚠️ Legacy feature. Android only.Daily and Custom Reports are a legacy feature. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.

Returns a high-level summary of device provisioning and activity across the entire enterprise for a specified date-time range.
Use this endpoint to retrieve top-level fleet metrics — peak active devices, total provisioned devices, and total registered devices — for a given reporting window, without group or per-device breakdowns.

**About Get Enterprise Report**

The enterprise report provides a single aggregated view of fleet scale and activity for a time window bounded by start_date and end_date. Unlike the device report (per-device data by group) or the group report (segmented by group), this endpoint collapses the entire fleet into three summary metrics. It is most useful for executive dashboards, capacity planning, and trend tracking in legacy reporting contexts.

## Query parameters

- `start_date` string, date-time, required
- `end_date` string, date-time, required

## Response `200`

successful operation

- object
  - `peak_active_devices` integer
  - `provisioned_devices` integer
  - `registered_devices` integer

## Other responses

- `401` — Authorization information is missing or invalid.
- `404` — Not Found.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
