---
title: "Changes to List Events Api"
method: GET
path: "/api/events"
---

# Changes to List Events Api

`GET /api/events`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 9 revisions.

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

## Changes

- **2026-08-09** `469b056c3641` — 2 breaking, 6 info
  - for the `query` request parameter `limit`, default value was changed from `50` to `200`
  - the response's body type changed from `array` to `object` for status `200`
  - added the new optional `query` request parameter `after_seq`
  - added the new optional `query` request parameter `before_seq`
  - for the `query` request parameter `limit`, the max was increased from `200.00` to `10000.00`
  - added the required property `epoch` to the response with the `200` status
  - added the required property `events` to the response with the `200` status
  - added the required property `max_seq` to the response with the `200` status
- **2026-08-04** `71ae1afbca8d` — 2 info
  - added the new optional `query` request parameter `include_ancestors`
  - added the optional property `items/hierarchy` to the response with the `200` status
- **2026-08-01** `d7a0356fb63c` — 1 warning
  - added the new `test` enum value to the `items/event_type` response property for the response status `200`
- **2026-05-26** `8389ab2610fc` — 4 info
  - added the new optional `query` request parameter `app`
  - added the new optional `query` request parameter `session`
  - added the optional property `items/app` to the response with the `200` status
  - added the optional property `items/session` to the response with the `200` status
- **2026-05-22** `2da127b318d2` — 1 warning
  - added the new `http_incoming` enum value to the `items/event_type` response property for the response status `200`
- **2026-05-04** `5561c57fbffd` — 4 warning, 1 info
  - deleted the `query` request parameter `app`
  - deleted the `query` request parameter `session`
  - removed the optional property `items/app` from the response with the `200` status
  - removed the optional property `items/session` from the response with the `200` status
  - removed the `http_incoming` enum value from the `items/event_type` response property for the response status `200`

---

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