---
title: "Check service status"
method: GET
path: "/healthz"
tags: ["Instance"]
---

# Check service status

`GET /healthz`

Check for the health of the service

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `commit` string
    - `database_dialect` string
    - `debug` boolean
    - `max_file_size` integer
    - `storage_driver` string
    - `tag` string
  - `metadata` object

## Changes

- **2020-12-08** `2978c1a9fd9f` — 2 info
  - api tag `Instance` added
  - api tag `health` removed
- **2020-11-11** `24bea8cc68e5` — 1 info
  - endpoint added
- **2020-08-12** `e96b35d97038` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dreamvo/apis/gilfoyle-server/changes/healthz/get.md)

---

[API](https://skmtc.dev/dreamvo/apis/gilfoyle-server.md) · [All operations](https://skmtc.dev/dreamvo/apis/gilfoyle-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dreamvo/gilfoyle-server/revisions/47e030153fc0/schema)
