---
title: "Get contributions awaiting thank you"
method: GET
path: "/open-api/v1.0/thank-you-contributions"
tags: ["Thank yous"]
---

# Get contributions awaiting thank you

`GET /open-api/v1.0/thank-you-contributions`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns paginated list of orders, donations, and other contributions that can be thanked

## Query parameters

- `page` integer
- `size` integer
- `state` string[]
- `search` string
- `minValue` number, double
- `containsMsg` boolean

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelKudosOrderV1
  - `results` ComFourthwallOpenapiModelKudosOrderV1[], required
    - `id` string, required — Unique identifier for this kudos contribution
    - `orderId` string, required — The order/contribution ID
    - `supporter` ComFourthwallOpenapiModelKudosSupporterV1, required
      - `email` string, required
      - `fullName` string
    - `products` ComFourthwallOpenapiModelKudosProductV1[], required
      - `title` string, required
      - `thumbnailUrl` string
    - `message` string — Optional message from the supporter
    - `total` ComFourthwallOpenapiModelKudosMoneyV1, required
      - `amount` number, required
      - `currency` string, required
    - `state` 'WAITING' | 'SKIPPED' | 'SENT' | 'CANCELLED', required
    - `createdAt` string, date-time, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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