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"}
)
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Billing month in YYYY-MM format (defaults to current month)
"2025-12"
Successful Response
Response with detailed usage breakdown.
Billing month (YYYY-MM)
"2025-12"
Total credits consumed
23450
Total cost in USD
23.45
Credits consumed by operation type
{
"batch": 2450,
"extractor": 15000,
"search": 1000,
"upload": 5000
}Credits consumed by extractor
{
"multimodal_extractor": 10000,
"text_extractor": 5000
}Start of billing period
End of billing period