---
title: "Run a report"
method: POST
path: "/reports/run"
tags: ["Reports"]
---

# Run a report

`POST /reports/run`

Runs the specified report and returns the result as a csv.

## Request body

- PredefinedReportJson
  - `reportId` string
  - `params` object
  - `duration` ReportDuration
    - `start` integer
    - `end` integer
  - `reportDate` integer

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
