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

# Get components uptime for page with pagination

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

Get uptime information for components associated with a Status page with pagination support.

## Path parameters

- `pageId` string, required

## Query parameters

- `startDate` string
- `endDate` string
- `searchTerm` string
- `statusFilter` string[]
- `first` integer
- `after` string
- `last` integer
- `before` string

## Response `200`

Returned if the request is successful.

- StakeholderCommsNestedComponentWithUptimeConnection — Paginated response for component uptime.
  - `components` StakeholderCommsNestedComponentWithUptime[]
    - `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.
  - `pageInfo` StakeholderCommsPageInfo — Pagination information.
    - `hasNextPage` boolean — Whether there is another page of results.
    - `endCursor` string — Cursor for the end of the current page.
    - `hasPreviousPage` boolean — Whether there is a previous page of results.
    - `startCursor` string — Cursor for the start of the current page.
  - `totalCount` integer — Total number of 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 components uptime for the page.
- `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)
