---
title: "Get Meta Stack Health Status"
method: GET
path: "/health_status"
tags: ["Health"]
---

# Get Meta Stack Health Status

`GET /health_status`

Retrieve health status information for the Meta stack including connectivity and service availability.
The `health_status` field is always requested. Additional fields (e.g. `display_phone_number`) can be requested via the `fields` query parameter and are concatenated with `health_status` into a single `fields` param.

## Query parameters

- `fields` string

## Response `200`

Health status retrieved successfully

- HealthStatusGetHealthStatusResponse — Response payload containing health status information for messaging and calling. `health_status` is always returned. The remaining fields are only returned when explicitly requested via the `fields` query parameter and mirror the corresponding fields on the Meta Graph WhatsApp Business phone number node.
  - `account_mode` string
  - `certificate` string
  - `code_verification_status` string
  - `country_code` string
  - `country_dial_code` string
  - `display_phone_number` string
  - `health_status` HealthStatusHealthStatus
    - `can_send_message` string
    - `entities` HealthStatusHealthEntity[]
      - `additional_info` string[]
      - `can_receive_call_sip` string
      - `can_send_message` string
      - `entity_type` string
      - `errors` HealthStatusHealthError[]
        - `error_code` integer
        - `error_description` string
        - `possible_solution` string
      - `id` string
  - `host_platform` string
  - `id` string
  - `is_official_business_account` boolean
  - `is_on_biz_app` boolean
  - `is_preverified_number` boolean
  - `last_onboarded_time` string
  - `messaging_limit_tier` string
  - `name_status` string
  - `new_certificate` string
  - `new_display_name` string
  - `new_name_status` string
  - `platform_type` string
  - `quality_rating` string
  - `status` string
  - `verified_name` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
