collection_info
Inspect a collection's complete configuration to verify vector schema, payload indexes, size, and optimization status. Use it to determine whether hybrid search or a specific filter is available before proceeding.
Instructions
Returns full detail on one collection: vector schema, payload indexes, size, and optimization status. Use this to inspect a specific collection's configuration, e.g. before deciding whether hybrid search or a given filter is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| preset | Yes | ||
| points_count | Yes | ||
| sparse_enabled | Yes | ||
| disk_size_bytes | Yes | ||
| payload_indexes | Yes | ||
| optimizer_status | Yes | ||
| dense_vector_size | Yes |