Organization 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"
}
}Changes
Changed in 1 of the 33 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○