---
title: "List reports"
method: GET
path: "/reports"
tags: ["reports"]
---

# List reports

`GET /reports`

## Query parameters

- `type` string
- `enabled` boolean
- `page` integer
- `limit` integer

## Response `200`

List of reports

- object
  - `response` ReportResponse[], required
    - `_id` string, uuid
    - `name` string
    - `description` string
    - `enabled` boolean
    - `type` string
  - `page` integer, required
  - `size` integer, required

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

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