---
title: "Health"
method: GET
path: "/health"
---

# Health

`GET /health`

## Response `200`

Retrieve health

- HealthSchema
  - `data` object, required
    - `plaid` object, required
      - `healthy` boolean, required
    - `gocardless` object, required
      - `healthy` boolean, required
    - `teller` object, required
      - `healthy` boolean, required
    - `search` object, required
      - `healthy` boolean, required

## Other responses

- `400` — Returns an error

## Changes

- **2024-07-23** `1515e7c2644a` — 1 breaking, 1 warning
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - removed the optional property `details` from the response with the `400` status
- **2024-07-23** `85b4f43c2bb3` — 3 info
  - added the optional property `details` to the response with the `400` status
  - added the required property `data/search` to the response with the `200` status
  - added the required property `requestId` to the response with the `400` status
- **2024-07-05** `b620765f2663` — 3 breaking, 1 info
  - removed the required property `gocardless` from the response with the `200` status
  - removed the required property `plaid` from the response with the `200` status
  - removed the required property `teller` from the response with the `200` status
  - added the required property `data` to the response with the `200` status

[Change history](https://skmtc.dev/midday-ai/apis/midday-engine-api/changes/health/get.md)

---

[API](https://skmtc.dev/midday-ai/apis/midday-engine-api.md) · [All operations](https://skmtc.dev/midday-ai/apis/midday-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/midday-ai/midday-engine-api/revisions/bf3c1ab4d60d/schema)
