---
title: "report/breakdown"
method: GET
path: "/report/breakdown"
tags: ["Reporting"]
---

# report/breakdown

`GET /report/breakdown`

Fetch grouped reporting rows for the requested time range. Requires the `reports:read` permission.

## Query parameters

- `start_time` integer, required
- `end_time` integer, required
- `by` string, required
- `metrics` string, required
- `test_mode` 'production' | 'test' | 'all'
- `country` string
- `device_os` 'iOS' | 'Android'
- `granularity` 'daily' | 'hourly'
- `top` integer
- `bottom` integer
- `having` string

## Response `200`

CloudX breakdown data.

- BreakdownResponse
  - `dimensions` string[], required
  - `metrics` string[], required
  - `rows` BreakdownRow[], required
    - `dimensions` object, required
    - `metrics` object, required
  - `row_count` integer, required

## Other responses

- `400` — Invalid request parameters.
- `401` — Unauthorized.
- `403` — Forbidden.
- `500` — Internal server error.

---

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