Tool
Properties list
Properties-list is a powerful AI-powered tool by PostHog that enables users to retrieve and list properties associated with events or individual users in their data. It is essential for gaining detailed insights into user behavior and event characteristics by fetching specific properties efficiently.
Features
- Supports fetching properties for both event types and individual persons.
- Allows filtering event properties by specifying the exact event name for targeted data retrieval.
- Option to include predefined properties to enrich the dataset and improve analysis.
- Supports pagination through limit and offset parameters to manage large datasets effectively.
- Strict input schema validation ensures precise and error-free property queries, enhancing reliability.
Benefits
- Provides granular insight into user behavior and event attributes for better decision-making.
- Enables precise data filtering to focus on relevant event or user properties.
- Enhances data analysis by including both custom and predefined properties.
- Improves efficiency in handling large datasets with pagination support.
- Facilitates integration with analytics workflows for optimized performance and accuracy.
Description
List properties for events or persons. If fetching event properties, you must provide an event name.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| typerequired | enum | Type of properties to get |
| eventName | string | Event name to filter properties by, required for event type |
| includePredefinedProperties | boolean | Whether to include predefined properties |
| limit | integer | — |
| offset | integer | — |