Aggregate transactions
Aggregate the org’s debits for category, grouped by group_by.
Example: ?category=vms&group_by=hardware_profile returns one row per
hardware profile with total spend + count. The set of valid group_by
values depends on the category — invalid combinations return 400.
Path Parameters
Query Parameters
Public-facing transaction categories.
Each value maps to a Croesus meter slug internally (see
service.transaction_category_to_meter). The indirection lets us
rename or reshape Croesus meters without breaking the public API.
vms, executions, inference_prompt_tokens, inference_completion_tokens, serverless_inference_prompt_tokens, serverless_inference_completion_tokens Response
Successful Response
Public-facing transaction categories.
Each value maps to a Croesus meter slug internally (see
service.transaction_category_to_meter). The indirection lets us
rename or reshape Croesus meters without breaking the public API.
vms, executions, inference_prompt_tokens, inference_completion_tokens, serverless_inference_prompt_tokens, serverless_inference_completion_tokens 
