list_events
Retrieve and navigate system events from Conekta's payment platform using pagination to monitor transactions and account activity.
Instructions
List system events with pagination.
Args: limit: Max events to return (1-250, default 20) next_page: Cursor for next page previous_page: Cursor for previous page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| next_page | No | ||
| previous_page | No |