Get Talonic Credit Balance
talonic_get_balanceCheck your workspace credit balance, EUR value, tier, 30-day burn rate, and projected runway to confirm headroom before large batch operations.
Instructions
Read the workspace's Talonic credit balance, EUR value, tier, 30-day burn, and projected runway.
USE WHEN: the user asks about credits/budget, or before a large batch when you want to confirm headroom. NOT FOR: the per-call cost of a single extraction (that is on the talonic_extract response). ARGS: none. RETURNS: balance_credits, balance_eur, tier, burn_rate_30d_credits, projected_runway_days (-1 = no recent usage), tier_resets_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance_credits | Yes | Current credit balance. | |
| balance_eur | Yes | Current balance in EUR (two decimals). | |
| burn_rate_30d_credits | Yes | Total credits consumed in the trailing 30 days. | |
| projected_runway_days | Yes | Projected days of runway at the current 30-day average burn. `-1` when burn is zero (cannot compute). | |
| tier | Yes | API tier of the workspace. | |
| tier_resets_at | Yes | ISO 8601 timestamp of the next monthly tier reset. |