Qdrant · Schema
SegmentInfo
Aggregated information about segment
Artificial IntelligenceVector Databases
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | |
| segment_type | object | |
| num_vectors | integer | |
| num_points | integer | |
| num_deferred_points | integer | |
| num_deleted_deferred_points | integer | |
| num_indexed_vectors | integer | |
| num_deleted_vectors | integer | |
| 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 |
| ram_usage_bytes | integer | |
| disk_usage_bytes | integer | |
| is_appendable | boolean | |
| index_schema | object | |
| vector_data | object | |
| deferred_internal_id | integer | Internal ID from which points are deferred (hidden from reads). Only set for appendable segments. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SegmentInfo",
"title": "SegmentInfo",
"description": "Aggregated information about segment",
"type": "object",
"required": [
"disk_usage_bytes",
"index_schema",
"is_appendable",
"num_deleted_vectors",
"num_indexed_vectors",
"num_points",
"num_vectors",
"payloads_size_bytes",
"ram_usage_bytes",
"segment_type",
"uuid",
"vector_data",
"vectors_size_bytes"
],
"properties": {
"uuid": {
"type": "string",
"format": "uuid"
},
"segment_type": {
"$ref": "#/components/schemas/SegmentType"
},
"num_vectors": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"num_points": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"num_deferred_points": {
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"num_deleted_deferred_points": {
"type": "integer",
"format": "uint",
"minimum": 0,
"nullable": true
},
"num_indexed_vectors": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"num_deleted_vectors": {
"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
},
"payloads_size_bytes": {
"description": "An estimation of the effective amount of bytes used for payloads",
"type": "integer",
"format": "uint",
"minimum": 0
},
"ram_usage_bytes": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"disk_usage_bytes": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"is_appendable": {
"type": "boolean"
},
"index_schema": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/PayloadIndexInfo"
}
},
"vector_data": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/VectorDataInfo"
}
},
"deferred_internal_id": {
"description": "Internal ID from which points are deferred (hidden from reads). Only set for appendable segments.",
"type": "integer",
"format": "uint32",
"minimum": 0,
"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-segmentinfo"
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.