---
title: "Get page summary details"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/pages/{pageId}/summary"
tags: ["Status Page"]
---

# Get page summary details

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

Get summary details for a status page, its components and system health.

## Path parameters

- `pageId` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsPageSummaryDetailsResponse — Response containing detailed summary information for a page.
  - `pageSummaryDetails` StakeholderCommsPageSummaryDetails — Detailed summary information for a page.
    - `componentCount` integer — Number of components on the page.
    - `health` string — Overall health status for the page.
    - `subscribersCount` integer — Number of subscribers to 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 page summary.
- `404` — Returned if the page is not found.
- `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)
