---
title: "List available reports with their parameter schemas."
method: GET
path: "/Reports"
tags: ["Reports"]
---

# List available reports with their parameter schemas.

`GET /Reports`

## Response `200`

OK

- ReportDescriptor[]
  - `key` string
  - `title` string
  - `description` string
  - `fileSlug` string — Filename stem for downloads, e.g. "BI-Report".
  - `audience` string[] — Intended readers, e.g. ["Owner", "Practice Manager"].
  - `parameters` ReportParameterDescriptor[]
    - `name` string
    - `label` string
    - `type` string — "select" | "string" | "number" — drives the parameter form and tool validation.
    - `default` string, nullable
    - `options` string[]

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
