---
title: "Search Events"
method: GET
path: "/events/search"
tags: ["events"]
---

# Search Events

`GET /events/search`

Search events in durable storage.

## Query parameters

- `source` string, nullable
- `event_type` string, nullable
- `entity_type` string, nullable
- `entity_id` string, nullable
- `since` string, nullable
- `until` string, nullable
- `q` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
