---
title: "Create a report"
method: POST
path: "/reports"
tags: ["reports"]
---

# Create a report

`POST /reports`

## Request body

- ReportRequestCreate
  - `_id` string, uuid, required
  - `name` string, required
  - `description` string, required
  - `enabled` boolean, required
  - `type` string, required

## Response `201`

Successful creation

- ReportResponse — Represents a configured analytics report or dashboard, backed by Looker or Sigma, that staff can view within Luma Health. It stores the report name, description, external dashboard reference, and whether it is a custom, featured, or legacy report type.
  - `_id` string, uuid
  - `name` string
  - `description` string
  - `enabled` boolean
  - `type` string

## Other responses

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

---

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