---
title: "Get integration health status"
method: GET
path: "/monitoring/webhooks/health"
tags: ["Production Monitoring"]
---

# Get integration health status

`GET /monitoring/webhooks/health`

Integration health by integration type for a space

## Query parameters

- `space_id` string, required — Space to scope health metrics

## Response `200`

Successful Response

- IntegrationHealthResponse — Per-integration-type health within a space.
  - `integrations` object, required
  - `overall_health` object, required
  - `window_hours` integer, required
  - `window_label` string, required
  - `last_updated` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
