---
title: "List current patient welfare vouchers"
method: GET
path: "/api/welfare/vouchers"
tags: ["welfare"]
---

# List current patient welfare vouchers

`GET /api/welfare/vouchers`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- WelfareVouchersListResponse — Paginated voucher list.
  - `items` WelfareVoucherResponse[], required
    - `id` string, uuid, required
    - `provider_id` string, uuid, required
    - `patient_id` string, uuid, required
    - `appointment_id` string, uuid, nullable
    - `payment_id` string, uuid, nullable
    - `code` string, nullable
    - `status` 'pending_approval' | 'approved' | 'pending_payment_confirmation' | 'rejected' | 'used', required — Manual review lifecycle for patient-uploaded welfare vouchers.
    - `source` string, required
    - `admin_notes` string, nullable
    - `rejection_reason` string, nullable
    - `submitted_at` string, date-time, required
    - `reviewed_at` string, date-time, nullable
    - `used_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `provider_name` string, nullable
    - `provider_receipt_label` string, nullable
    - `patient_first_name` string, nullable
    - `patient_last_name` string, nullable
    - `appointment_datetime` string, date-time, nullable
    - `appointment_type_code` string, nullable
    - `appointment_type_name` string, nullable
    - `appointment_operator_first_name` string, nullable
    - `appointment_operator_last_name` string, nullable
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

---

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