For the complete documentation index, see llms.txt. This page is also available as Markdown.

Healthcheck

Get health status of services from the Omnitron API

get

Get health status of services from the Omnitron API

Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json
get/api/v1/healthcheck/
GET /api/v1/healthcheck/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
  "database": {
    "default": {
      "status": "OK"
    }
  },
  "cache": {
    "default": {
      "status": "OK"
    }
  }
}

Checks health status of services from the Omnitron API

head

Checks health status of services from the Omnitron API

Authorizations
AuthorizationstringRequired
Responses
204

No content

No content

head/api/v1/healthcheck/
HEAD /api/v1/healthcheck/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?