---
title: "List Credit Grants for a customer"
method: GET
path: "/credits/{customerId}/grants"
tags: ["Credits"]
---

# List Credit Grants for a customer

`GET /credits/{customerId}/grants`

List all Credit Grants and their outstanding balances where the balance is non-zero

## Path parameters

- `customerId` string, required

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Response `200`

OK

- CreditGrantsResponse
  - `items` CreditGrantResponseItem[], required — Credit Grants
    - `id` string, required — Credit Grant ID
    - `name` string, required — Credit Grant Name
    - `grantAmount` number, required — Amount of Credits Granted
    - `balance` number, required — Amount remaining of Credits Granted
    - `issueDate` string, required — Grant Issue Date
    - `expiryDate` string — Grant Expiry Date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 511 could not be searched.

- **2026-06-13** `02acff42af53` — 2 breaking, 1 warning, 1 info
  - the `items/items/expiryDate` response's property type/format changed from `string`/`date` to `string`/`` for status `200`
  - the `items/items/issueDate` response's property type/format changed from `string`/`date` to `string`/`` for status `200`
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/credits/:customerId/grants/get.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
