---
title: "Get event report by ID"
method: GET
path: "/eventReports/view/{eventReportId}"
tags: ["Event Report"]
---

# Get event report by ID

`GET /eventReports/view/{eventReportId}`

## Path parameters

- `eventReportId` union, required
  - string
  - string, uuid

## Response `200`

An Event Report

- object
  - `EventReport` EventReport
    - `id` string
    - `uuid` string, uuid
    - `event_id` string
    - `name` string
    - `content` string
    - `distribution` '0' | '1' | '2' | '3' | '4' | '5' — Who will be able to see this event once it becomes published and eventually when it becomes pulled: * `0` - Your organization only * `1` - This community only * `2` - Connected communities * `3` - All communities * `4` - Sharing group * `5` - Inherit Event
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `timestamp` string, nullable
    - `deleted` boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `default` — Unexpected API error

## Changes

- **2025-12-11** `0a9c9382121a` — 3 breaking, 1 info
  - the `EventReport/allOf[#/components/schemas/EventReportNoId]/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - added `#/components/schemas/SharingGroupIntId, #/components/schemas/SharingGroupUuidId` to the `EventReport/allOf[#/components/schemas/EventReportNoId]/sharing_group_id` response property `oneOf` list for the response status `200`
  - the `EventReport/allOf[#/components/schemas/EventReportNoId]/sharing_group_id` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `EventReport/allOf[#/components/schemas/EventReportNoId]/sharing_group_id` response's property pattern `^\d+$|^$` was removed for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/misp/apis/misp-automation-api/changes/eventReports/view/:eventReportId/get.md)

---

[API](https://skmtc.dev/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.dev/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
