> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/infrastructure-as-code-management/iacm-api-reference/system/health-system.md).

# health system

Check server health

```json
{"openapi":"3.0.3","info":{"title":"Infrastructure as Code Management","version":"0.1.0"},"tags":[{"name":"system","description":"System Service handles the API for health checks and version."}],"servers":[{"url":"http://localhost:80"}],"paths":{"/api/health":{"get":{"tags":["system"],"summary":"health system","description":"Check server health","operationId":"system#health","responses":{"200":{"description":"OK response."}}}}}}
```
