---
title: "Get component with uptime"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/components/{componentId}/uptime"
tags: ["Status Page"]
---

# Get component with uptime

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

Get a component with its uptime information by component ID.

## Path parameters

- `componentId` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Returned if the request is successful.

- StakeholderCommsNestedComponentWithUptime — Uptime information for a component.
  - `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.

## 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 component.
- `404` — Returned if the component 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)
