---
title: "Get Health"
method: GET
path: "/api/v1/admin/reporting/health"
tags: ["Admin APIs", "Reporting"]
---

# Get Health

`GET /api/v1/admin/reporting/health`

Return the cached reporting health status. Accessible to all admins.

## Response `200`

Successful Response

- ReportingHealthStatus
  - `status` 'healthy' | 'degraded' | 'unknown', required
  - `checked_at` string, date-time, required
  - `overridden` boolean

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
