---
title: "List pledges"
method: GET
path: "/v1/pledges"
tags: ["Pledges"]
---

# List pledges

`GET /v1/pledges`

**Searchable:** notes

**Filterable:** status, donor_id, payment_frequency, start_date, end_date, total_amount, paid_amount, balance, campaign, created_by, created_at, updated_at, deleted_at

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `sort` string
- `donor_id` string, uuid
- `status` string
- `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/revisions/b79af77cd086/schema)
