Skip to main content
GET
/
health
Healthcheck
curl --request GET \
  --url https://cloud.onyx.app/api/health
{
  "success": true,
  "message": "<string>",
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://danswer-mintlify-deep-research-1773355783.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

success
boolean
required
message
string | null
data
unknown