---
title: "Get a list of health events."
method: GET
path: "/v1/healthEvents"
tags: ["healthEvents"]
---

# Get a list of health events.

`GET /v1/healthEvents`

Get a list of all the unresolved health events in your account.

## Query parameters

- `limit` integer
- `token` string

## Response `200`

A paginated list of all the health events.

- ListHealthEventResponse
  - `data` HealthEvent[], required — List of health events.
    - `eventId` string, required — The unique identifier of the event.
    - `eventName` string, required — The name of the event.
    - `details` TrackerIdentity, required
      - `trackerId` string, required — Name that uniquely identifies the health event. It focuses on what happened rather than why.
      - `error` string, required — Description of the underlying reason for the event change.
      - `description` string, required — A more elaborate description of why the event occurred.
    - `resourceIdentity` ResourceIdentity, required
      - `id` string, required — The unique identifier of the resource.
      - `name` string — The name of the resource.
      - `type` string, required — -> Resource type. Supported types are - `Collector`, `Source`, `IngestBudget` and `Organisation`.
    - `eventTime` string, date-time, required — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
    - `subsystem` string, required — The product area of the event.
    - `severityLevel` string, required — The criticality of the event. It is either `Error` or `Warning`
  - `next` string — Next continuation token.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
