---
title: "List Sales"
method: GET
path: "/event/{eventId}/list_sales"
tags: ["ListSales"]
---

# List Sales

`GET /event/{eventId}/list_sales`

## Path parameters

- `eventId` string, required

## Query parameters

- `fresh` string

## Response `200`

Returns a list of sales

- object
  - `sales` object[], required
    - `salesId` string, required
    - `eventId` string, required
    - `ticketName` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-07-17** `b30837257f62` — 3 breaking, 3 info
  - removed the required property `sales/items/event_id` from the response with the `200` status
  - removed the required property `sales/items/sales_id` from the response with the `200` status
  - removed the required property `sales/items/ticket_name` from the response with the `200` status
  - added the required property `sales/items/eventId` to the response with the `200` status
  - …2 more
- **2025-07-18** `c86625ecc8f6` — 3 breaking, 3 info
  - removed the required property `sales/items/eventId` from the response with the `200` status
  - removed the required property `sales/items/salesId` from the response with the `200` status
  - removed the required property `sales/items/ticketName` from the response with the `200` status
  - added the required property `sales/items/event_id` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/vuejs-jp/apis/openapi/changes/event/:eventId/list_sales/get.md)

---

[API](https://skmtc.dev/vuejs-jp/apis/openapi.md) · [All operations](https://skmtc.dev/vuejs-jp/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vuejs-jp/openapi/revisions/b30837257f62/schema)
