---
title: "List components in draft for a status page."
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/pages/{pageId}/components/draft"
tags: ["Status Page"]
---

# List components in draft for a status page.

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

List components in draft for a status page.

## Path parameters

- `pageId` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsPageDraftComponentResponse — Response containing a list of draft components for a page.
  - `components` StakeholderCommsNestedComponent[] — Draft components for the page.
    - `id` string — Unique identifier of the component.
    - `name` string — Name of the component.
    - `pageId` string — Identifier of the page this component belongs to.
    - `serviceId` string — Identifier of the linked service.
    - `status` 'OPERATIONAL' | 'DEGRADED_PERFORMANCE' | 'PARTIAL_OUTAGE' | 'MAJOR_OUTAGE' | 'UNDER_MAINTENANCE' — Current status of the component.
    - `type` 'COMPONENT' | 'GROUP_COMPONENT' — Type of the component.
    - `description` string — Description of the component.
    - `position` integer — Display position of the component.
    - `components` StakeholderCommsNestedComponent[] — Nested sub-components (for group components).
  - `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 draft components for the page.
- `404` — Returned if the page is not found.
- `500` — Returned if an internal server error occurs.

---

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