---
title: "GET /api/reports"
method: GET
path: "/api/reports"
tags: ["api", "reports"]
---

# GET /api/reports

`GET /api/reports`

Get Report

## Query parameters

- `type` 'sales_over_time', required — The type of report
- `eventIds` union — An array of event IDs or a single event ID as a string to filter for
  - string[] — An array of event IDs to filter for
  - string — A single event ID as a string to filter for
- `timezone` string

## Response `200`

Report created.

- GETReportsGetReport200Response
  - `data` object
  - `config` object

## Changes

- **2026-09-22** `ae18e430716e` — 46 breaking
  - removed the enum value `accountingTransactions` from the `query` request parameter `type`
  - removed the enum value `accountingTransactionsSales` from the `query` request parameter `type`
  - removed the enum value `accountingTransactionsTaxes` from the `query` request parameter `type`
  - removed the enum value `avg_transaction_value_over_time` from the `query` request parameter `type`
  - …42 more
- **2026-09-10** `61cab876df46` — 1 breaking, 1 info
  - removed the enum value `eventsContingents` from the `query` request parameter `type`
  - added the new enum value `eventsSeatingInventory` to the `query` request parameter `type`
- **2026-08-28** `7b63b1bc551f` — 1 info
  - added the new enum value `eventsGrossPotentialRevenue` to the `query` request parameter `type`
- **2026-08-21** `36be0dca14e7` — 2 info
  - added the new enum value `eventsTickets` to the `query` request parameter `type`
  - added the new enum value `transactionsInnerFees` to the `query` request parameter `type`

[Change history](https://skmtc.dev/vivenu/apis/vivenu-api/changes/api/reports/get.md)

---

[API](https://skmtc.dev/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.dev/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vivenu/apis/vivenu-api/revisions/ff78046ac535?raw)
