list_event_properties
List custom property keys recorded for a specific event on your site. Specify domain, event, and optional date range to retrieve available property keys.
Instructions
List the custom property keys recorded for a given event on a site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date YYYY-MM-DD (use with `from`). | |
| tz | No | IANA timezone for bucketing, e.g. Europe/Paris. | |
| from | No | Start date YYYY-MM-DD (use with `to` for a custom range). | |
| event | Yes | Event name, e.g. Signup. | |
| domain | Yes | Site domain. | |
| period | No | Preset period (default 7d). Ignored when both `from` and `to` are set. |