---
title: "Get Event"
method: GET
path: "/v4/organizations/{organizationId}/events/{eventId}"
tags: ["Events"]
---

# Get Event

`GET /v4/organizations/{organizationId}/events/{eventId}`

Fetches the details of an event by ID.

In order to access this endpoint, the provided API key must have at least one of the following roles:
 - Organization Owner
 - Project Creator
 - Project Owner
 - Project Manager
 - Project Viewer
 - Database Data Reader
 - Database Data Reader/Writer

The results are always limited by the role and scope of the caller's privileges.

To learn more, see [Organization Roles](https://docs.couchbase.com/cloud/organizations/organization-user-roles.html).

## Response `200`

Successfully returned the event details.

- GetEventResponse
  - `id` string, uuid, required — UUID for this instance of an Event.
  - `source` string, required — Identifies the originator of the event.
  - `key` string, required — Defines the specific kind of Event.
  - `severity` string, required — Severity of the event.
  - `timestamp` string, date-time, required — Time when the event was emitted.
  - `projectId` string, uuid — ProjectID this Event refers to.
  - `projectName` string — Name of the project at the time of event emission.
  - `clusterId` string, uuid — ClusterID this Event refers to.
  - `clusterName` string — Name of the cluster at the time of event emission.
  - `appServiceId` string, uuid — SyncGatewayID this Event refers to.
  - `appServiceName` string — Name of the sync gateway at the time of event emission.
  - `userId` string — User id that initiated the request for this Event.
  - `userName` string — Name of the associated user at the time of event emission.
  - `userEmail` string — Email of the associated user at the time of event emission.
  - `sessionId` string, uuid — User that initiated the request for this Event.
  - `requestId` string, uuid — RequestID for an Event.
  - `kv` object — Key-value pairs for additional event data.
  - `summary` string — Metadata.SummaryTemplate rendered for this event.
  - `incidentIds` string[] — Group events related to an alert incident.
  - `occurrenceCount` integer — Number of times the alert has fired within this "incident".
  - `imageURL` string — Rendered chart image to display for an Alert Event.
  - `alertKey` string — Populated on demand based on the Event.Key and select labels in KV.

## Other responses

- `403` — The client does not have the necessary permissions to access this resource.
- `404` — The requested resource was not found.
- `429` — Returned when the client exceeds the rate limit for the given APIKey.
- `500` — An unexpected error occurred in the server while processing this request.

---

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