---
title: "Retrieve list of refunds for the report"
method: GET
path: "/reports/refunds"
tags: ["Reports APIs"]
---

# Retrieve list of refunds for the report

`GET /reports/refunds`

## Query parameters

- `page_size` integer
- `page` integer
- `start_date` string, date
- `end_date` string, date

## Headers

- `Authorization` string, required

## Response `200`

Successful operation.

- object
  - `success` boolean
  - `pagination` Pagination
    - `total` integer — Total number of items.
    - `page` integer — Number of the current page.
    - `page_size` integer — Size of the current page.
  - `orders` RefundReport[]
    - `order_reference_id` string — Unique identifier for the refunded order.
    - `basket_reference_id` string — Identifier for the basket associated with the refund.
    - `device` string — Device type used by the customer (e.g., desktop, mobile).
    - `refunded_at` string, date-time — Timestamp when the refund was processed.
    - `currency` string — Currency of the refunded transaction.
    - `sale_order_value_incl_vat` number, float — Refunded order value including VAT (negative for refunds).
    - `commission_excl_vat` number, float — Refunded commission excluding VAT (negative for refunds).
    - `sitebrand_name` string — Full display name of the site or brand.
    - `sitebrand_shortname` string — Short identifier or slug for the site or brand.

## Other responses

- `400` — Bad Request -- Check your request parameters (typo in parameter or invalid value).
- `401` — Unauthorized -- Your API key is incorrect.
- `403` — Forbidden -- The endpoint or parameters are not allowed for the matching API key.
- `404` — Not Found -- Requested resource/endpoint could not be found.
- `405` — Method Not Allowed -- Check your request method.
- `429` — Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/tiqets/apis/tiqets-distributor-api.md) · [All operations](https://skmtc.net/tiqets/apis/tiqets-distributor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiqets/tiqets-distributor-api/revisions/eaf9cf96606a/schema)
