Skip to main content
GET
/
vectorstore
/
health
Error
A valid request URL is required to generate request examples
{
  "status": "healthy",
  "qdrant": {
    "health": "<string>",
    "ready": true,
    "latency_ms": 123
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Response

Service is healthy

status
string
Example:

"healthy"

qdrant
object