# HealthCheck

HealthCheck

## Checks if the application is healthy

> Should return a 200 response

```json
{"openapi":"3.0.0","info":{"title":"MetalWorks API","version":"1.0"},"tags":[{"name":"HealthCheck","description":"HealthCheck"}],"paths":{"/api/v1/healthy":{"get":{"tags":["HealthCheck"],"summary":"Checks if the application is healthy","description":"Should return a 200 response","operationId":"healthy","responses":{"200":{"description":"Ok"}}}}}}
```

## Checks if the application is ready

> Returns a 200 or 503 response

```json
{"openapi":"3.0.0","info":{"title":"MetalWorks API","version":"1.0"},"tags":[{"name":"HealthCheck","description":"HealthCheck"}],"paths":{"/api/v1/ready":{"get":{"tags":["HealthCheck"],"summary":"Checks if the application is ready","description":"Returns a 200 or 503 response","operationId":"ready","responses":{"200":{"description":"Ok"},"503":{"description":"Service Unavailable"}}}}}}
```


---

# 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://docs.i3d.net/api-references/flex-metal/healthcheck-1.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.
