---
title: "List credits available to the project"
method: GET
path: "/project/{project}/credits"
tags: ["Project_Billing"]
deprecated: true
---

# List credits available to the project

`GET /project/{project}/credits`

> **Deprecated.**

List all credits available to the project. Credits are assigned at the billing group.

The API endpoint /v1/project/{project}/credits is deprecated. Use https://api.aiven.io/v1/billing-group/{billing\_group\_id}/credits instead. It will be removed on 2026-08-15.

## Path parameters

- `project` string, required

## Response `200`

Response

- ProjectCreditsListResponse — ProjectCreditsListResponse
  - `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)
