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

# Get group report

`GET /enterprise/report/group-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 device count summaries broken down by device group for a specified date-time range.
Use this endpoint to get group-level device status aggregates — active, inactive, registered, new, and disabled counts — without per-device detail records.

**About Get Group Report**

The group report provides a fleet view organized by Esper device groups, returning one GroupReport object per group within the specified date window. It is a leaner alternative to the device report when group-level aggregates are all that's needed. Both start_date and end_date are required.

## Query parameters

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

## Response `200`

successful operation

- EsperCloudApiGroupReport[]
  - `group_id` string, uuid
  - `group_name` string
  - `group_path` string
  - `active_devices` integer
  - `inactive_devices` integer
  - `registered_devices` integer
  - `new_devices` integer
  - `disabled_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)
