---
title: "Show event"
method: GET
path: "/event/{idEvent}"
tags: ["Events"]
---

# Show event

`GET /event/{idEvent}`

## Path parameters

- `idEvent` integer, required

## Response `200`

Event object

- Event
  - `idEvent` integer — Id event
  - `idAgent` integer, nullable — Id agent
  - `idUser` string, nullable — Id user
  - `idGroup` integer, nullable — Id group
  - `status` integer — Event status, the available status are: new, validated, inprocess
  - `timestamp` string, nullable — Event registration date
  - `event` string — Description event
  - `utimestamp` integer, nullable — Event registration date
  - `eventType` 'going_unknown' | 'unknown' | 'alert_fired' | 'alert_recovered' | 'alert_ceased' | 'alert_manual_validation' | 'recon_host_detected' | 'system' | 'error' | 'new_agent' | 'going_up_critical' | 'going_down_critical' | 'going_up_warning' | 'going_down_warning' | 'going_up_normal' | 'going_down_normal' | 'configuration_change' | 'ncm' — Event status, the available status are: going_unknown, unknown, alert_fired, alert_recovered, alert_ceased, alert_manual_validation, recon_host_detected, system, error, new_agent, going_up_critical, going_down_critical, going_up_warning, going_down_warning, going_up_normal, going_down_normal, configuration_change, ncm
  - `idAgentModule` integer, nullable — Id agent module
  - `idAlertAm` integer, nullable — Id alert action
  - `severity` integer — Event severity, the available severity are: maintenance, informational, normal, warning, critical, minor, major
  - `tags` string, nullable — Tags
  - `source` string, nullable — Source
  - `idExtra` string, nullable — Extra id
  - `criticalInstructions` string, nullable — Critical instructions
  - `warningInstructions` string, nullable — Warning instructions
  - `unknownInstructions` string, nullable — Unknows instructions
  - `ownerUser` string, nullable — Id user
  - `ackUtimestamp` integer, nullable — Event ack utimestamp
  - `customData` string, nullable — Custom data
  - `data` string, nullable — Data
  - `moduleStatus` integer, nullable — Module status
  - `eventCustomId` string, nullable — Events Custom Id

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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