---
title: "Generates the system report identified by the provided report type"
method: POST
path: "/v1.0/mireports/system"
tags: ["MiReports system"]
---

# Generates the system report identified by the provided report type

`POST /v1.0/mireports/system`

## Request body

- MiReportSystemParams — The parameters based on which the report will be generated
  - `reportType` string

## Response `200`

OK

- MiReportSystemResult
  - `reportType` string, required
  - `columnNames` string[], required

## Other responses

- `400` — Bad Request Error Code | Description MIREPORT1000 | Invalid MI Report type
- `500` — Internal Server Error

---

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