---
title: "Create a NextGen report"
method: POST
path: "/v2/reports/generate"
tags: ["NextGen Reports"]
---

# Create a NextGen report

`POST /v2/reports/generate`

Create a report

## Request body

- NextGenReportCreateRequest
  - `configuration` ConfigurationForNextGenReportBase
    - `export_format` 'PDF' | 'CSV' — Specifies the format of the file being exported.
    - `__type` string, required — Concrete type used for polymorphic deserialization (discriminator)
    - `limit` integer — If set, limits the results to given number.

## Response `200`

Created

- RecordIdentity
  - `sysId` string — Unique Identifier of the tracked item
  - `lastUpdate` string, date-time — Last update of the tracked item
  - `table` string — Context of the tracked item

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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