---
title: "Retrieve Refunds"
method: GET
path: "/api/v1/refunds"
tags: ["Refunds"]
---

# Retrieve Refunds

`GET /api/v1/refunds`

Get a paginated list of refund requests with optional filtering by reference ID and status. Returns refunds ordered by creation date (newest first).

## Query parameters

- `referenceId` string
- `take` integer
- `skip` integer
- `statuses` string[]

## Response `200`

Details of the refunds

- object
  - `data` object[]
    - `id` string — Refund identifier
    - `reason` string — Refund reason
    - `linkId` string — Associated order ID
    - `referenceId` string — Your order reference ID
    - `amount` number — Refund amount in IQD
    - `initiatedBy` string — Who requested the refund
    - `status` string — Current refund status
  - `message` string

---

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