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

# List Events Api

`GET /api/events`

## Query parameters

- `event_type` string, nullable
- `host` string, nullable
- `method` string, nullable
- `status` integer, nullable
- `search` string, nullable
- `app` string, nullable
- `session` string, nullable
- `limit` integer

## Response `200`

Successful Response

- EventSummary[]
  - `id` string, required
  - `timestamp` string, date-time, required
  - `event_type` 'http' | 'http_incoming' | 'log' | 'exception', required
  - `summary` string, required
  - `app` string
  - `session` string

## Other responses

- `422` — Validation Error

## Changes

- **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
  - …1 more

[Change history](https://skmtc.dev/smelloscope/apis/smello/changes/api/events/get.md)

---

[API](https://skmtc.dev/smelloscope/apis/smello.md) · [All operations](https://skmtc.dev/smelloscope/apis/smello/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smelloscope/smello/revisions/0fa41ea4cee2/schema)
