v2

latestOpenAPI 3.1.02026-07-262653151.5 KB
credits

Get credits usage

Retrieve your team's current billing period credit usage. The API identifies your team from the API key, fetches the meter usage for the active billing period, and returns the number of credits already consumed.

get/credits/usage

Response

Current credit usage for the billing period

usageinteger required

Number of credits already consumed in the current billing period

Example response

{
  "usage": 2255235
}