---
title: "List cloud incidents"
method: GET
path: "/core/v1/cloudincidents"
tags: ["Cloud Incidents"]
---

# List cloud incidents

`GET /core/v1/cloudincidents`

Returns a list of all the active and historical cloud incidents for Google Cloud and Amazon Web Services.
Incidents are returned in reverse chronological order by default.

## Query parameters

- `maxResults` integer
- `pageToken` string
- `filter` string
- `minCreationTime` string
- `maxCreationTime` string

## Response `200`

OK - The request succeeded.

- object
  - `incidents` CloudIncidentListItem[] — Array of cloud incidents
    - `createTime` integer — The creation time of this cloud incident, in milliseconds since the epoch.
    - `id` string — The unique cloud incident identifier.
    - `platform` 'google-cloud' | 'amazon-web-services' | 'microsoft-azure' — The Cloud Platform.
    - `product` string — The name of the product affected by the cloud incident
    - `status` 'active' | 'archived' — The Status of the issue
    - `title` string — Cloud incident name as provided by the cloud platform vendor
  - `pageToken` string — Page token, returned by a previous call, to request the next page of results
  - `rowCount` integer — Cloud incidents rows count

## 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)
