---
title: "Get a web page group"
method: GET
path: "/api/v1/web_page_groups/{id}"
tags: ["WebPageGroups"]
---

# Get a web page group

`GET /api/v1/web_page_groups/{id}`

## Path parameters

- `id` integer, required — The web page group ID

## Response `200`

The requested web page group

- TempestResponseV1WebPageGroup
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1WebPageGroup
    - `id` integer
    - `title` string, required
    - `is_active` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — No web page group with that ID was found

---

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