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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
