---
title: "Changes to Get Event Api"
method: GET
path: "/api/events/{event_id}"
---

# Changes to Get Event Api

`GET /api/events/{event_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 9 revisions.

- **2026-08-09** `469b056c3641` — 4 info
- **2026-08-04** `71ae1afbca8d` — 3 breaking, 3 info
- **2026-08-01** `d7a0356fb63c` — 1 breaking, 1 warning, 1 info
- **2026-05-26** `8389ab2610fc` — 10 info
- **2026-05-22** `2da127b318d2` — 1 breaking, 1 warning, 1 info
- **2026-05-04** `5561c57fbffd` — 8 warning, 3 info

## Changes

- **2026-08-09** `469b056c3641` — 4 info
  - added the optional property `host` to the response with the `200` status
  - added the optional property `method` to the response with the `200` status
  - added the optional property `status_code` to the response with the `200` status
  - added the required property `seq` to the response with the `200` status
- **2026-08-04** `71ae1afbca8d` — 3 breaking, 3 info
  - the response property `data/oneOf[subschema #1: HttpEventData]/response_headers` became optional for the status `200`
  - the response property `data/oneOf[subschema #1: HttpEventData]/status_code` became optional for the status `200`
  - response property `data/oneOf[subschema #1: HttpEventData]/status_code` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the optional property `data/oneOf[subschema #1: HttpEventData]/error` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #5: TestEventData]/parameter_id` to the response with the `200` status
  - added the optional property `hierarchy` to the response with the `200` status
- **2026-08-01** `d7a0356fb63c` — 1 breaking, 1 warning, 1 info
  - added `#/components/schemas/TestEventData` to the `data` response property `oneOf` list for the response status `200`
  - added the new `test` enum value to the `event_type` response property for the response status `200`
  - added `test` discriminator mapping keys to the `data` response property for the response status `200`
- **2026-05-26** `8389ab2610fc` — 10 info
  - added the optional property `app` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #1: HttpEventData]/app` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #1: HttpEventData]/session` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #2: HttpIncomingEventData]/app` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #2: HttpIncomingEventData]/session` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #3: LogEventData]/app` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #3: LogEventData]/session` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #4: ExceptionEventData]/app` to the response with the `200` status
  - added the optional property `data/oneOf[subschema #4: ExceptionEventData]/session` to the response with the `200` status
  - added the optional property `session` to the response with the `200` status
- **2026-05-22** `2da127b318d2` — 1 breaking, 1 warning, 1 info
  - added `#/components/schemas/HttpIncomingEventData` to the `data` response property `oneOf` list for the response status `200`
  - added the new `http_incoming` enum value to the `event_type` response property for the response status `200`
  - added `http_incoming` discriminator mapping keys to the `data` response property for the response status `200`
- **2026-05-04** `5561c57fbffd` — 8 warning, 3 info
  - removed the optional property `app` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #1: HttpEventData]/app` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #1: HttpEventData]/session` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #3: LogEventData -> subschema #2: LogEventData]/app` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #3: LogEventData -> subschema #2: LogEventData]/session` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #4: ExceptionEventData -> subschema #3: ExceptionEventData]/app` from the response with the `200` status
  - removed the optional property `data/oneOf[subschema #4: ExceptionEventData -> subschema #3: ExceptionEventData]/session` from the response with the `200` status
  - removed the optional property `session` from the response with the `200` status
  - removed `http_incoming` discriminator mapping keys from the `data` response property for the response status `200`
  - removed the `http_incoming` enum value from the `event_type` response property for the response status `200`
  - removed `#/components/schemas/HttpIncomingEventData` from the `data` response property `oneOf` list for the response status `200`

---

[Operation](https://skmtc.dev/smelloscope/apis/smello/docs/api/events/:event_id/get.md) · [API](https://skmtc.dev/smelloscope/apis/smello.md) · [Page](https://skmtc.dev/smelloscope/apis/smello/changes/api/events/:event_id/get)
