---
title: "Get Platform Maintenance Mode"
method: GET
path: "/api/v1/system/maintenance"
tags: ["System"]
---

# Get Platform Maintenance Mode

`GET /api/v1/system/maintenance`

Return the current platform maintenance mode status.

This endpoint requires no authentication so that power-ui can check
maintenance state before any user session is established.

## Response `200`

Successful Response

- PlatformMaintenanceModeRead — Current platform maintenance mode status returned by both public and admin endpoints.
  - `enabled` boolean, required
  - `updated_at` string, date-time, nullable
  - `updated_by` string, nullable

---

[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)
