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

# Get components uptime for page

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

Get uptime information for components associated with a Status page over a given period.

## Path parameters

- `pageId` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Returned if the request is successful.

- StakeholderCommsPageComponentsWithUptimeResponse — Uptime information for multiple components.
  - `pageComponentsUptime` StakeholderCommsNestedComponentWithUptime[] — Components and their uptime information.
    - `id` string — Identifier of the component.
    - `name` string — Name of the component.
    - `status` string — Status of the component.
    - `componentUptimePercentage` number, double — Uptime percentage for the component over the requested period.
  - `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 components uptime 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)
