billing.usage
Check current API and resource usage vs plan limits: API calls, SMS credits, email credits, LLM calls remaining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiCalls | No | {used, limit, remaining} | |
| llmCalls | No | {used, limit, remaining} | |
| smsCredits | No | {used, limit, remaining} | |
| emailCredits | No | {used, limit, remaining} | |
| billingPeriod | No | Current billing period date range |