---
title: "List billing group credits"
method: GET
path: "/billing-group/{billing_group_id}/credits"
tags: ["BillingGroup"]
---

# List billing group credits

`GET /billing-group/{billing_group_id}/credits`

## Path parameters

- `billing_group_id` string, required

## Response `200`

Response

- BillingGroupCreditsListResponse — BillingGroupCreditsListResponse
  - `credits` object[], required — Credits
    - `code` string, required — Code
    - `expire_time` string, required — When this credit expires. Timestamp in ISO 8601 format, always in UTC
    - `remaining_value` string, required — Remaining credit value
    - `start_time` string, required — When this credit can be used. Timestamp in ISO 8601 format, always in UTC
    - `type` 'discount' | 'employee' | 'evaluation' | 'internal' | 'other' | 'outage' | 'partner' | 'promotion' | 'purchase' | 'referral' | 'sponsorship' | 'trial' | 'trial_over', required — An enumeration.
    - `value` string, required — Original credit value, or for expired credits, the consumed credit value

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
