{ "opencollection": "1.0.0", "info": { "name": "Weaviate REST authz meta API", "version": "1.38.0-dev" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "meta", "type": "folder" }, "items": [ { "info": { "name": "Weaviate Get Instance Metadata", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/meta" }, "docs": "Provides meta-information about the running Weaviate instance, including its version, loaded modules, and network hostname. This information can be useful for monitoring, compatibility checks, or inter-instance communication." } ] } ], "bundled": true }