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

# Get reward fulfillments

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

Returns the fulfilment records for the specified reward.

## Path parameters

- `reward_id` string, required

## Response `200`

Successful response

- FulfilledRewardStateResponse[]
  - `amount` number, nullable, required — Monetary amount disbursed during fulfillment. Null if not applicable.
  - `cost_code` string, nullable, required — Cost accounting code used for this fulfillment. Null if not applicable.
  - `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.
  - `face_value` number, nullable, required — Face value of the reward at time of fulfillment. Deprecated.
  - `face_value_type` 'AUD' | 'BRL' | 'CAD' | 'CNY' | 'EUR' | 'GBP' | 'HKD' | 'INR' | 'JPY' | 'KRW' | 'MONTH' | 'MXN' | 'NZD' | 'PERCENT_OFF' | 'POINTS' | 'TRY' | 'TWD' | 'USD', nullable, required — Face value type of the reward at time of fulfillment. Deprecated.
  - `message` string, required — Human-readable message from the fulfillment attempt.
  - `operator_user_id` string, required — Extole user id of the operator who triggered this fulfillment, if applicable.
  - `partner_reward_id` string, nullable, required — Partner-assigned identifier for the reward. Null if not yet assigned.
  - `reward_id` string, required — Extole-assigned unique identifier for the reward.
  - `success` boolean, required — Whether the fulfillment was successful.

## 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)
