---
title: "List available reports"
method: GET
path: "/open-api/v1.0/reports"
tags: ["Analytics Reports"]
---

# List available reports

`GET /open-api/v1.0/reports`

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

Returns the list of available report IDs with metadata including name, columns, and supported precisions

## Response `200`

OK

- ComFourthwallOpenapiModelReportsReportDefinitionV1[]
  - `id` string, required
  - `name` string, required
  - `columns` ComFourthwallOpenapiModelReportsReportColumnV1[], required
    - `key` string, required
    - `type` string, required
    - `label` string, required
  - `availablePrecisions` string[], required

## Other responses

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