GET
/
organizations
/
balance
/
{org_id}
curl --request GET \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/organizations/balance/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "consumption_last_7_days": [
    1
  ],
  "organization_id": "<string>",
  "sequence_credits": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Unique organization identifier

Response

200
application/json

Successfully retrieved balance information

Organization credit balance and consumption metrics.

Provides current credit balance and recent usage patterns to help plan and budget for experiments.