Plan: Free and above · Credits: free (not metered)
What You Can Use API Usage For
See how many requests each of your keys made in a period. Attribute consumption to a specific workload when several share an account. Monitor spend from your own systems rather than from the dashboard.Key API Usage Fields
period carries the from and to of the range reported, defaulting to the current billing month. totals carries the request count and, for retrieval workloads, the number of chunks returned. byKey breaks the request total down by API key prefix.
Why to Give Each Workload Its Own Key
Keys are rate-limited individually, and this endpoint breaks totals down by key prefix. Giving each independent workload its own key therefore makes both throttling and consumption attributable to the workload that caused them.API Usage Date Convention
period.from and period.to bound the range the totals cover. With no range supplied, the response covers the current billing period.