---
title: "List feature credits entries of a feature for an account"
method: GET
path: "/accounts/{account_id}/features/{feature_id}/entries"
tags: ["Entitlements"]
---

# List feature credits entries of a feature for an account

`GET /accounts/{account_id}/features/{feature_id}/entries`

This API let’s you to list the feature credits entries of a feature for an account

## Path parameters

- `account_id` string, required
- `feature_id` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string

## Response `200`

Success response

- GetFeatureCreditEntriesPaginatedResponse
  - `data` FeatureCreditEntry[]
    - `id` string, required
    - `source` 'ENTITLEMENT' | 'PRICE_PLAN' | 'OVERAGE' | 'REFUND', required — Source of the feature credit
    - `status` 'ACTIVE' | 'EXPIRED' | 'VOIDED', required — Status of the feature credit entry
    - `effectiveFrom` string, date-time, required
    - `effectiveUntil` string, date-time, required
    - `granted` number
    - `balance` number
    - `used` number, required
  - `nextToken` string

## Other responses

- `400` — Bad request. Please check the response message for failure details.
- `401` — Credential is not valid. Please check the response message for failure details.
- `403` — Credential does not have access to add a license entry.
- `422` — Unable to process the query parameters provided. Please check our docs for the api limits - https://togai.io/docs/limits.
- `429` — Request throttled. Please check the response message on the failure details.
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
