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
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Billing month in YYYY-MM format (defaults to current month)
"2026-05"
Response
Successful Response
Response with vector backend usage details.
Active vector backend for this tenant
"mvs"
Billing month (YYYY-MM)
"2026-05"
Number of namespaces billed
Total vectors stored across all namespaces
Total storage bytes
Total search queries in billing period
Total writes in billing period
Detailed cost breakdown
Total credits for vector backend usage
Total cost in USD

