---
title: "Generate Enphase Report"
method: POST
path: "/api/enphase/report"
tags: ["copilot_frontend", "enphase"]
---

# Generate Enphase Report

`POST /api/enphase/report`

Genera un informe de Enphase a partir de un email O un system_id.

**🔒 Endpoint Protegido:** Requiere autenticación JWT y rol 'ui_enphase' o 'admin'

## Request body

- ReportRequest
  - `email` string, nullable
  - `system_id` integer, nullable
  - `period` string, nullable
  - `report_type` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
