UnifyAPI
← Back to catalog

account.tools

mock data$0.000 / call

Per-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)

Developer Toolsprovider: Account#account#developer

Input schema

sort

Sort tools by: "cost" (highest spend), "calls" (most used), or "latency" (slowest). Default: "calls"

string
limit

Max number of tools to return (1-100). Default: 20

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.