---
title: "Get reward redeems"
method: GET
path: "/v2/rewards/{reward_id}/redeems"
tags: ["Rewards"]
---

# Get reward redeems

`GET /v2/rewards/{reward_id}/redeems`

Returns the redemption records for the specified reward.

## Path parameters

- `reward_id` string, required

## Response `200`

Successful response

- RedeemedRewardStateResponse[]
  - `cause_event_id` string, nullable, required — Extole id of the event that caused this redemption.
  - `created_at` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `event_name` string, nullable, required — Name of the event that triggered this redemption. Null if not event-driven.
  - `message` string, nullable, required — Human-readable message associated with this redemption. Null if not provided.
  - `operator_user_id` string, nullable, required — Extole user id of the operator who triggered this redemption. Null if system-initiated.
  - `partner_event_id` string, nullable, required — Partner-provided identifier for the triggering event. Null if not provided.
  - `partner_reward_redeem_id` string, required — Partner-assigned identifier for this redemption event.
  - `reward_id` string, required — Extole-assigned unique identifier for the reward.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
