---
title: "Get Veo Credits"
method: GET
path: "/v2/veo/credits"
tags: ["Veo V2"]
---

# Get Veo Credits

`GET /v2/veo/credits`

Get Veo credit quota and usage, broken down by package.

## Response `200`

Credits list by package

- object[]
  - `quota` integer — Total credit quota for this package
  - `used` integer — Number of credits used from this package
  - `expires_at` string, date-time, nullable — Package expiration date (ISO 8601). `null` if the package never expires.

---

[API](https://skmtc.dev/genaipro/apis/genaipro-api.md) · [All operations](https://skmtc.dev/genaipro/apis/genaipro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genaipro/genaipro-api/revisions/91f814eaecbd/schema)
