---
title: "Search Events"
method: GET
path: "/api/conversations/{conversation_id}/events"
---

# Search Events

`GET /api/conversations/{conversation_id}/events`

Search through the event stream with filtering and pagination.

## Path parameters

- `conversation_id` string, required

## Query parameters

- `start_id` integer
- `end_id` integer, nullable
- `reverse` boolean
- `limit` integer

## Request body

- EventFilter
  - `exclude_hidden` boolean
  - `query` string, nullable
  - `include_types` unknown[], nullable
    - unknown
  - `exclude_types` unknown[], nullable
    - unknown
  - `source` string, nullable
  - `start_date` string, nullable
  - `end_date` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/all-hands/apis/openhands.md) · [All operations](https://skmtc.dev/all-hands/apis/openhands/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/all-hands/openhands/revisions/4daa2bb4dbf1/schema)
