# 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"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.akinon.com/omnitron-openapis/healthcheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
