---
title: "Get maintenance status"
method: GET
path: "/maintenance/status"
tags: ["System"]
---

# Get maintenance status

`GET /maintenance/status`

Returns active and scheduled maintenance information. Use this endpoint to detect temporary trading restrictions and planned maintenance notices.

## Query parameters

- `target` 'trading'

## Response `200`

Maintenance status returned successfully

- MaintenanceStatus — Current and scheduled maintenance information.
  - `active` MaintenanceWindow[], required — Maintenance effects currently in force.
    - `startsAt` string, date-time, required — When the maintenance window starts.
    - `endsAt` string, date-time — When the maintenance window ends, if known.
    - `publicMessage` string — Human-readable message intended for users or integration operators.
    - `effects` MaintenanceEffect[], required — Public effects clients should apply for this maintenance window.
      - `target` 'trading', required — The public API surface affected by this maintenance effect.
      - `mode` 'post_only' | 'cancel_only' | 'disabled', required — The trading restriction mode. No active trading effect means normal trading behavior.
  - `scheduled` MaintenanceWindow[], required — Future maintenance notices.
    - `startsAt` string, date-time, required — When the maintenance window starts.
    - `endsAt` string, date-time — When the maintenance window ends, if known.
    - `publicMessage` string — Human-readable message intended for users or integration operators.
    - `effects` MaintenanceEffect[], required — Public effects clients should apply for this maintenance window.
      - `target` 'trading', required — The public API surface affected by this maintenance effect.
      - `mode` 'post_only' | 'cancel_only' | 'disabled', required — The trading restriction mode. No active trading effect means normal trading behavior.

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
