---
title: "List participant rewards"
method: GET
path: "/campaign/{id}/participant/{participantIdOrEmail}/rewards"
tags: ["Participant Rewards"]
---

# List participant rewards

`GET /campaign/{id}/participant/{participantIdOrEmail}/rewards`

Retrieves a paged list of rewards earned by a participant.

## Path parameters

- `id` string, required
- `participantIdOrEmail` string, required

## Query parameters

- `nextId` string
- `limit` integer

## Response `200`

Participant rewards returned.

- ParticipantRewardListResponse
  - `rewards` ParticipantReward[], required
    - `id` string, required
    - `rewardId` string, required
    - `status` 'PENDING' | 'FULFILLED', required
    - `unread` boolean
    - `approved` boolean
    - `approvedAt` integer, nullable
    - `fulfilledAt` integer, nullable
    - `isReferrer` boolean
    - `isAvailable` boolean
    - `isFulfilled` boolean
    - `referredId` string
    - `referrerId` string
    - `commissionStructure` CommissionStructure
      - `amount` integer, nullable
      - `event` string, nullable
      - `type` 'PERCENT' | 'AMOUNT' | 'null', nullable
      - `minPaidReferrals` integer, nullable
      - `holdDuration` integer, nullable
      - `duration` string, nullable
      - `durationInMonths` integer, nullable
      - `approvalRequired` boolean, nullable
      - `percent` number, nullable
      - `hasMaxAmount` boolean, nullable
      - `maxAmount` integer, nullable
      - `maxAmountISO` string, nullable
      - `hasIntro` boolean, nullable
      - `introType` string, nullable
      - `introPercent` number, nullable
      - `introAmount` integer, nullable
      - `introAmountISO` string, nullable
      - `introDuration` string, nullable
      - `introDurationInMonths` integer, nullable
  - `limit` integer, required
  - `nextId` string, nullable, required

## Other responses

- `400` — Invalid request.
- `401` — Authorization is missing or invalid.
- `403` — The API key is not allowed to perform this action.
- `404` — Resource not found.
- `422` — Request is not valid for the current program or participant state.
- `429` — Too many requests.

---

[API](https://skmtc.net/growsurf/apis/growsurf-rest-api.md) · [All operations](https://skmtc.net/growsurf/apis/growsurf-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/growsurf/growsurf-rest-api/revisions/26f06e273394/schema)
