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

# Generates the report identified by the provided report type

`POST /v1.0/mireports`

## Request body

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

## Response `200`

OK

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

## Other responses

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

## Changes

- **2024-10-21** `a06468704cbe` — 2 breaking, 9 info
  - removed `#/components/schemas/CustomMiReportParams, #/components/schemas/EmptyMiReportParams, #/components/schemas/ExecutedRequestActionsMiReportParams, #/components/schemas/OutstandingRegulatorRequestTasksMiReportParams` from the request body `oneOf` list
  - the request's body type/format changed from ``/`` to `object`/``
  - added the new optional request property `reportType`
  - added request discriminator
  - …7 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/mireports/post.md)

---

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