---
title: "Get Release Timer"
method: GET
path: "/api/v1/admin/release-timer"
tags: ["Admin APIs", "release-timer"]
---

# Get Release Timer

`GET /api/v1/admin/release-timer`

Return the current release timer state (the single open timing, if any).

## Response `200`

Successful Response

- ReleaseTimerRead — Current release timer state — the single open timing, if any.
  - `running` boolean, required
  - `id` string, nullable
  - `label` string, nullable
  - `started_at` string, date-time, nullable
  - `started_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)
