---
title: "List donations"
method: GET
path: "/v1/donations"
tags: ["Donations"]
---

# List donations

`GET /v1/donations`

**Searchable:** notes, reference_number, honor_memorial_name

**Filterable:** amount, date, type, payment_method, campaign, donor_id, gift_category, source, receipt_sent, deposit_date, fee_amount, thanked_at, created_by, payment_provider, provider_transaction_id, non_deductible_amount, soft_credit_amount, honor_memorial_type, created_at, updated_at, deleted_at

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `sort` string
- `donor_id` string, uuid
- `campaign` string
- `type` string
- `amount_gte` number
- `amount_lte` number
- `date_gte` string, date
- `date_lte` string, date
- `include_deleted` boolean

## Response `200`

Paginated list

---

[API](https://skmtc.net/hecher/apis/growgelt-api.md) · [All operations](https://skmtc.net/hecher/apis/growgelt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hecher/growgelt-api/versions/b79af77cd086/schema)
