---
title: "List Guides"
method: GET
path: "/api/v1/content/guide-list"
tags: ["Content Management"]
---

# List Guides

`GET /api/v1/content/guide-list`

## Response `200`

Successful Response

- GuideListItem[]
  - `property_id` string, uuid, required
  - `name` string, required
  - `city` string, nullable, required
  - `country_code` string, nullable, required
  - `guide_slug` string, nullable, required
  - `custom_hostname` string, nullable, required
  - `custom_path_prefix` string, nullable, required
  - `live_url` string, nullable, required
  - `guide_logo_url` string, nullable, required
  - `guide_primary_color` string, nullable, required
  - `guide_theme` string, nullable, required
  - `group_id` string, uuid, nullable, required
  - `group_name` string, nullable, required
  - `group_brand_host` string, nullable, required
  - `page_count` integer, required
  - `published_count` integer, required
  - `last_updated` string, date-time, nullable, required
  - `status` 'NOT_ACTIVATED' | 'DRAFT' | 'LIVE', required
  - `live_thumbnail_url` string, nullable

---

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