list_recent_events
Retrieve recent events from a Klaviyo account, optionally filtered by a metric like Placed Order. Returns up to 100 events per page with pagination support.
Instructions
List recent events for a Klaviyo account, optionally filtered by metric_id (e.g. Placed Order). Returns up to 100 most recent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account name | |
| metric_id | No | Filter to events for one metric. | |
| page_size | No | Default 25, maximum 100 per page. | |
| page_cursor | No | Cursor from the previous page. |