---
title: "List Credit Redemptions"
method: GET
path: "/v1/accounts/{account_id}/creditRedemptions"
tags: ["gateway.openapi_Gateway"]
---

# List Credit Redemptions

`GET /v1/accounts/{account_id}/creditRedemptions`

## Path parameters

- `account_id` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string
- `filter` string
- `orderBy` string
- `readMask` string

## Response `200`

A successful response.

- GatewayListCreditRedemptionsResponse
  - `creditRedemptions` GatewayCreditRedemption[] — The list of credit redemptions.
    - `name` string — The resource name of the credit redemption.
    - `creditCode` string, required
    - `createTime` string, date-time — The creation time of the credit redemption (i.e. when the credit code was redeemed).
  - `nextPageToken` string — A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  - `totalSize` integer — The total number of redemptions matching the request.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
