---
title: "Get report definitions"
method: GET
path: "/reports"
tags: ["Reports"]
---

# Get report definitions

`GET /reports`

Returns the definitions of the reports defined for your tenant.

## Response `200`

successful operation

- PredefinedReportDefsJson
  - `reportDefs` PredefinedReportDefJson[]
    - `reportId` string
    - `name` string
    - `description` string
    - `filters` PredefinedReportParamObject[]
      - `name` string
      - `description` string
      - `type` 'value' | 'range' | 'selection', required
      - `datatype` 'date' | 'string' | 'integer', required
      - `allowedValues` string[]
      - `defaultValue` object
      - `optional` boolean
    - `chart` PredefinedReportDefChartJson
      - `chartType` string
      - `mainAxisKey` string
      - `crossAxisKey` string
      - `mainAxisLabel` string
      - `crossAxisLabel` string
      - `mainAxisScale` string
      - `crossAxisScale` string
      - `title` string
      - `sortBy` string
      - `showLegend` boolean

---

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