---
title: "Get report summary by id"
method: GET
path: "/datainsights/v1.1/reports/{report_id}/summary"
tags: ["Reports"]
---

# Get report summary by id

`GET /datainsights/v1.1/reports/{report_id}/summary`

## Path parameters

- `report_id` integer, required

## Query parameters

- `format` 'raw' | 'formatted'

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- ReportSummary
  - `total` integer, required — Total records on the report
  - `metrics` object, required — Dictionary of metric columns

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.dev/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
