---
title: "List Event Ids Api"
method: GET
path: "/api/events/ids"
---

# List Event Ids Api

`GET /api/events/ids`

## 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

- EventIdsResponse — Matching event IDs only — the payload for server-side body search.
  - `epoch` string, required
  - `ids` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-09** `469b056c3641` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smelloscope/apis/smello/changes/api/events/ids/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/469b056c3641/schema)
