For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CloudGitHub
  • API Reference
      • GETCollect telemetry data
      • GETRetrieve instance details
      • GETCollect Prometheus metrics data
      • GETCheck write protection
      • POSTSet write protection
      • GETKubernetes health check
      • GETKubernetes liveness probe
      • GETKubernetes readiness probe
LogoLogo
CloudGitHub
API ReferenceService

Retrieve instance details

GET
/
GET
/
$curl http://localhost:6333/ \
> -H "api-key: <apiKey>"
200Retrieved
1{
2 "title": "string",
3 "version": "string",
4 "commit": "string"
5}
Returns details about the running Qdrant instance.
Was this page helpful?
Previous

Collect Prometheus metrics data

Next
Built with

Authentication

api-keystring
API Key authentication via header

Response

Qdrant server version information
titlestring
versionstring
commitstring or null