---
title: "Retrieve a cloud incident"
method: GET
path: "/core/v1/cloudincidents/{id}"
tags: ["Cloud Incidents"]
---

# Retrieve a cloud incident

`GET /core/v1/cloudincidents/{id}`

Returns the specified cloud incident.

## Path parameters

- `id` string, required

## Response `200`

OK - Cloud incident returned.

- object
  - `createTime` integer — The time when this cloud incident was created, in milliseconds since the epoch.
  - `description` string — Detailed explanation on the cloud incident.
  - `id` string — The unique id of a cloud incident
  - `platform` 'google-cloud' | 'amazon-web-services' — The cloud platform.
  - `product` string — The name of the product affected by the cloud incident
  - `status` 'active' | 'archived' — The Status of the issue
  - `summary` string — A summary of the cloud incident.
  - `symptoms` string — Cloud incident symptoms, if available.
  - `title` string — Cloud incident name provided by the cloud vendor.
  - `workaround` string — Mitigation workaround for the cloud incident, if available.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
