budget_get_log
Retrieve a chronological audit log of token spend transactions per agent. Use to track token consumption and identify agents with highest usage.
Instructions
Return a chronological list of all token spend transactions. Read-only — never modifies budget state. Returns {ok:true, log:[{agentId, tokens, timestamp}], count}. Returns {ok:false, error:"..."} if the budget is not available. Use limit to cap the number of entries returned (default 50); prefer budget_status for a summary view. Useful for auditing which agents consumed the most tokens in a task cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Calling agent identifier | |
| limit | No | Maximum number of entries to return (default: 50) |