---
title: "Get a report"
method: GET
path: "/open-api/v1.0/reports/{reportId}"
tags: ["Analytics Reports"]
---

# Get a report

`GET /open-api/v1.0/reports/{reportId}`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Fetches a specific analytics report for a date range

## Path parameters

- `reportId` string, required

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `aggregationTimezone` string, required — Timezone in ISO-8601 format (e.g., Europe/Warsaw for Warsaw)
- `aggregationPrecision` 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year', required

## Response `200`

OK

- ComFourthwallOpenapiModelReportsReportDataV1
  - `reportId` string, required
  - `columns` string[], required
  - `rows` object[], required
  - `summary` unknown

## Other responses

- `400` — Possible errors: `GOOGLE_ANALYTICS_ADMIN_API_GOOGLE_API_PERMISSION_DENIED`, `GOOGLE_ANALYTICS_DATA_API_SHOP_NOT_CONNECTED`
- `401` — Possible errors: `GOOGLE_ANALYTICS_ADMIN_API_TOKEN_NOT_FOUND_FOR_SHOP`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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