You're viewing a demo portfolio

Join the waitlist
PRSM

list_overage_charges

Active

Tool of KaiCalls

declared in 1.0.0

List the idempotent overage-minutes ledger from billing_overage_charges (legacy per-minute-overage tiers only — 2026 plans carry no overage). GET /v1/balance/get_balance only returns an aggregate; this returns the underlying per-period ledger rows. Mirrors GET /api/v1/overage-charges.

Parameters schema

{
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "format": "date-time"
    },
    "from": {
      "type": "string",
      "format": "date-time"
    },
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 100,
      "minimum": 1
    },
    "status": {
      "enum": [
        "pending",
        "synced",
        "skipped",
        "error"
      ],
      "type": "string"
    },
    "business_id": {
      "type": "string",
      "description": "Business ID (optional only when the token can access exactly one business)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →
list_overage_charges — KaiCalls — PRSM MCP