# Healthcheck

## Get health status of services from the Omnitron API

> Get health status of services from the Omnitron API

```json
{"openapi":"3.0.3","info":{"title":"Omnitron API","version":"1.0.0"},"security":[{"Token":[]}],"components":{"securitySchemes":{"Token":{"type":"apiKey","in":"header","name":"Authorization"}},"responses":{"417":{"description":"Expectation Failed error code is only returned when the server or response chain does not support expectations."}}},"paths":{"/api/v1/healthcheck/":{"get":{"summary":"Get health status of services from the Omnitron API","description":"Get health status of services from the Omnitron API","tags":["Healthcheck"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"database":{"type":"object","properties":{"default":{"type":"object","properties":{"status":{"type":"string"}}}}},"cache":{"type":"object","properties":{"default":{"type":"object","properties":{"status":{"type":"string"}}}}}}}}}},"417":{"$ref":"#/components/responses/417"}}}}}}
```

## Checks health status of services from the Omnitron API

> Checks health status of services from the Omnitron API

```json
{"openapi":"3.0.3","info":{"title":"Omnitron API","version":"1.0.0"},"security":[{"Token":[]}],"components":{"securitySchemes":{"Token":{"type":"apiKey","in":"header","name":"Authorization"}},"responses":{"204":{"description":"No content"},"417":{"description":"Expectation Failed error code is only returned when the server or response chain does not support expectations."}}},"paths":{"/api/v1/healthcheck/":{"head":{"summary":"Checks health status of services from the Omnitron API","description":"Checks health status of services from the Omnitron API","tags":["Healthcheck"],"responses":{"204":{"$ref":"#/components/responses/204"},"417":{"$ref":"#/components/responses/417"}}}}}}
```
