---
title: "Get Guide Group Domain Status"
method: GET
path: "/api/v1/content/guide-groups/{group_id}/domain-status"
tags: ["Content Management"]
---

# Get Guide Group Domain Status

`GET /api/v1/content/guide-groups/{group_id}/domain-status`

Live TLS/provisioning status for the group's branded domain (for the UI
to poll while Cloudflare issues the certificate).

## Path parameters

- `group_id` string, uuid, required

## Response `200`

Successful Response

- GuideGroupDomainStatus — TLS state and whether the branded host actually serves the guide.
  - `brand_host` string, nullable, required
  - `cloudflare_configured` boolean, required
  - `status` string, nullable
  - `ssl_status` string, nullable
  - `mount_status` string, nullable
  - `mount_message` string, nullable
  - `guide_url` string, nullable
  - `probed_property_slug` string, nullable

## Other responses

- `404` — Group not found
- `422` — Validation Error
- `502` — Cloudflare API failure

## Changes

> 17 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/content/guide-groups/:group_id/domain-status/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/94579f820778?raw)
