Get detailed usage breakdown.
Returns usage breakdown by operation type and extractor for the specified billing period.
Query Parameters:
billing_month: Month to query (YYYY-MM format, defaults to current)Requirements:
Example:
# Current month
response = await client.get("/v1/organizations/billing/usage/breakdown")
# Specific month
response = await client.get(
"/v1/organizations/billing/usage/breakdown",
params={"billing_month": "2025-11"}
)
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Billing month in YYYY-MM format (defaults to current month)
"2025-12"
Successful Response
Response with detailed usage breakdown.
Billing month (YYYY-MM)
Total credits consumed
Total cost in USD
Credits consumed by operation type
Credits consumed by extractor
Start of billing period
End of billing period