Tool
Event definitions list
The Event Definitions List tool by PostHog allows users to efficiently list and filter all event definitions within their projects. It helps in managing and searching event data seamlessly, even in projects with numerous events.
Features
- List all event definitions in a project with ease.
- Filter events by search terms for quick access.
- Supports pagination with limit and offset parameters to handle large datasets.
- Provides a read-only, idempotent interface ensuring data integrity.
- Simple integration with PostHog's analytics platform for enhanced event management.
Benefits
- Improves event tracking organization and visibility.
- Saves time by enabling quick filtering of relevant events.
- Enhances project analytics by providing comprehensive event lists.
- Reduces errors by maintaining a read-only process for event retrieval.
- Scales efficiently with project growth through pagination support.
Description
List all event definitions in the project with optional filtering. Can filter by search term.
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| q | string | Search query to filter event names. Only use if there are lots of events. |
| limit | integer | — |
| offset | integer | — |