← Back to catalog
account.tools
mock data$0.000 / callPer-Tool Usage Breakdown
Get per-tool usage breakdown — calls, cost, cache hits, average latency, last used. Sort by cost (highest spend), calls (most used), or latency (slowest). Identify your most-used and most-expensive tools. Free, no charge (APIbase)
Input schema
sort
stringSort tools by: "cost" (highest spend), "calls" (most used), or "latency" (slowest). Default: "calls"
limit
integerMax number of tools to return (1-100). Default: 20
Call via REST
curl -X POST https://unifyapi.pro/api/call/account.tools \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"calls","limit":20}'