v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBOrganization Billing
Get Vector Backend Usage
Get vector backend usage breakdown.
Returns usage dimensions (vectors stored, storage, queries, writes) and cost breakdown for the tenant's active vector backend. Works for all backends: qdrant, mvs, and dual_write.
Requirements:
- Read permission
get/v1/organizations/billing/usage/vector-backend
Query parameters
billing_monthstring nullable
Billing month in YYYY-MM format (defaults to current month)
Example:2026-05
Billing month in YYYY-MM format (defaults to current month)
Response
Successful Response
Example response
{
"vector_backend": "mvs",
"billing_month": "2026-05",
"cost_breakdown": {
"backend": "mvs"
}
}