---
title: "Get pages summary by cloud ID V2"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/pages/summary/v2"
tags: ["Status Page"]
---

# Get pages summary by cloud ID V2

`GET /stakeholder-comms/cloudId/{cloudId}/api/pages/summary/v2`

Get summary of all Status pages for a given cloud ID (V2).

## Query parameters

- `filter` 'ALL' | 'DRAFT' | 'PUBLISHED'

## Response `200`

Returned if the request is successful.

- StakeholderCommsPagesSummaryByCloudIdResponse — Response indicating that the status page was listed successfully.
  - `pages` StakeholderCommsPageSummary[] — Page summaries.
    - `id` string — Unique identifier of the page.
    - `name` string — Name of the page.
    - `domain` string — Domain or subdomain configured for the page.
    - `customDomain` string — Custom domain configured for the page.
    - `componentCount` integer — Number of components on the page.
    - `stakeholderCount` integer — Number of stakeholders relevant to the page.
    - `isDraft` boolean — Whether the page is a draft.
    - `status` 'DRAFT' | 'PUBLISHED' | 'UNPUBLISHED' | 'PUBLISHED_WITH_CHANGES' | 'UNPUBLISHED_WITH_CHANGES' | 'SOFT_DELETED' — Publication status of the page.
    - `pageType` 'PUBLIC' | 'PRIVATE' — Type of the page.
    - `customDomainConfig` StakeholderCommsCustomDomainConfig — Custom domain configuration for a status page.
      - `domain` string — The custom domain.
      - `sslStatus` 'NOT_CONFIGURED' | 'PENDING' | 'ISSUED' | 'FAILED' | 'EXPIRED' | 'DEPROVISIONING' — SSL certificate status.
      - `recordTypes` StakeholderCommsCustomDomainRecordType[] — DNS record types required for this custom domain.
        - `name` string — Name of the record type.
        - `description` string — Description of the record type.
        - `records` StakeholderCommsCustomDomainRecord[] — DNS records of this type.
          - `id` string — Identifier of the record.
          - `purpose` string — Purpose of the DNS record.
          - `type` string — DNS record type (e.g. CNAME, TXT).
          - `name` string — DNS record name.
          - `value` string — Expected DNS record value.
          - `currentValue` string — Current value of the DNS record.
          - `status` 'VERIFIED' | 'PENDING' | 'FAILED' | 'SKIPPED' — Verification status of the record.
          - `message` string — Optional message about the record status.
      - `certificateExpiresAt` string, date-time — When the SSL certificate expires.
  - `error` string — Error message, if the operation was not successful.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to view the pages.
- `500` — Returned if an internal server error occurs.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
