Overview
Filters allow you to narrow down your query results by specifying conditions that events must meet. You can filter on event properties, metadata, and use various comparison operators to match your exact needs.Filter Structure
All filters follow this structure:Filter Fields
| Field | Type | Required | Description |
|---|---|---|---|
property | string | Yes | Property path to filter on |
comparison | string | Yes | Comparison operator |
value | any | Yes | Value to compare against |