> ## Documentation Index
> Fetch the complete documentation index at: https://raindrop.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> Search and filter every user or agent interaction you've sent to Raindrop

An event is a single logged interaction you send to Raindrop: a user turn, an agent response, or a tool call, grouped into conversations. The Events page is where you search across all of them and drill into the exact traces behind any number, chart, or signal.

## Using events

### Search

Use the search bar to find events by text. Search across the event content, or paste an event ID or conversation ID to jump straight to a specific interaction.

<Frame>
  <img src="https://mintcdn.com/dawn-a6c57108/MnNtpC8wsdk5L8ms/images/search/event-search-convo-id.gif?s=44379b751f8686944f65cfbbb48c3256" alt="Searching events by conversation ID" width="1600" height="950" data-path="images/search/event-search-convo-id.gif" />
</Frame>

### Filter

Narrow the table down with filters. Every table in the app supports filtering by user, conversation, date range, any property, model, tool, and signal.

<Frame>
  <img src="https://mintcdn.com/dawn-a6c57108/MnNtpC8wsdk5L8ms/images/search/event-filter.gif?s=ea3707ad3a1d9c106104ba076d47c103" alt="Filtering events" width="1600" height="950" data-path="images/search/event-filter.gif" />
</Frame>

## Related

* [Python SDK](/docs/sdk/python), [TypeScript SDK](/docs/sdk/typescript), or [HTTP API](/docs/sdk/http-api) to send events
* [Signals](/docs/platform/signals) to track a recurring behavior across events over time
* [Users](/docs/platform/users) to browse people behind your events
* [Datasets](/docs/platform/datasets) to save examples you want to keep
* [Triage Agent](/docs/platform/triage-agent) to investigate why an event happened
