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 "time": 1.1,
3 "status": "string",
4 "result": {
5 "title": "string",
6 "version": "string",
7 "commit": "string"
8 }
9}
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

successful operation
timedouble
Time spent to process this request
statusstring
resultobject