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

# Get report properties by id

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

## Path parameters

- `report_id` integer, required

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- ReportProperty[]
  - `id` integer, required — Property id
  - `name` string, required — Property name
  - `timezone` string, required — Property Timezone
  - `country_code` string — Property country code

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