Properties
| Name | Type | Description |
|---|---|---|
| variant_name | string | |
| status | object | |
| total_optimized_points | integer | Total number of optimized points since the last start. |
| vectors_size_bytes | integer | An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing |
| payloads_size_bytes | integer | An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing |
| num_points | integer | Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing |
| num_vectors | integer | Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing |
| num_vectors_by_name | object | Sum of number of vectors across all segments, grouped by their name. This is an approximate number. Do NOT rely on this number unless you know what you are doing |
| segments | array | |
| optimizations | object | |
| async_scorer | boolean | |
| indexed_only_excluded_vectors | object | |
| update_queue | object | Update queue status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LocalShardTelemetry",
"title": "LocalShardTelemetry",
"type": "object",
"required": [
"total_optimized_points"
],
"properties": {
"variant_name": {
"type": "string",
"nullable": true
},
"status": {
"anyOf": [
{
"$ref": "#/components/schemas/ShardStatus"
},
{
"nullable": true
}
]
},
"total_optimized_points": {
"description": "Total number of optimized points since the last start.",
"type": "integer",
"format": "uint",
"minimum": 0
},
"vectors_size_bytes": {
"description": "An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing",
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"payloads_size_bytes": {
"description": "An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing",
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"num_points": {
"description": "Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing",
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"num_vectors": {
"description": "Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing",
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"num_vectors_by_name": {
"description": "Sum of number of vectors across all segments, grouped by their name. This is an approximate number. Do NOT rely on this number unless you know what you are doing",
"type": "object",
"additionalProperties": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"nullable": true
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SegmentTelemetry"
},
"nullable": true
},
"optimizations": {
"anyOf": [
{
"$ref": "#/components/schemas/OptimizerTelemetry"
},
{
"nullable": true
}
]
},
"async_scorer": {
"type": "boolean",
"nullable": true
},
"indexed_only_excluded_vectors": {
"type": "object",
"additionalProperties": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"nullable": true
},
"update_queue": {
"description": "Update queue status",
"anyOf": [
{
"$ref": "#/components/schemas/ShardUpdateQueueInfo"
},
{
"nullable": true
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qdrant-localshardtelemetry"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.