---
title: "Get overview event"
method: GET
path: "/events/{eventId}/overview"
tags: ["Events"]
---

# Get overview event

`GET /events/{eventId}/overview`

Get overview event by id.

## Path parameters

- `eventId` string, required

## Response `200`

Returns overview event with specific id.

- V2OverviewEvent
  - `alertDestination` V2AlertDestinationDetails
    - `value` string, nullable
    - `type` 2 | 3
  - `alertId` string, nullable
  - `categoryId` string, nullable
  - `acknowledgedAlerts` string[], nullable
  - `closedAlerts` string[], nullable
  - `creationTime` string, date-time
  - `createdByUserId` string, nullable
  - `eventSourceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
  - `eventSourceGroupId` string, nullable
  - `eventSourceId` string, nullable
  - `eventSourceTeamId` string, nullable
  - `eventStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 21 | 22 | 23 | 30 | 1000
  - `id` string, nullable
  - `lastModified` string, date-time
  - `severity` 0 | 1 | 2
  - `text` string, nullable
  - `title` string, nullable

## Other responses

- `400` — Required parameters could not be found in the request/claims.
- `404` — Event with specified id could not be found.
- `500` — Internal general error occurred.

---

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