ls_sink_events_list
List webhook events your LemonSqueezy sink has received, with optional filtering by event type, limit, or timestamp for checkpointing. Monitor and recover missed events.
Instructions
List webhook events the sink has received, optionally filtered. Use since (received_at timestamp, exclusive) to checkpoint. Requires the sink at LEMONSQUEEZY_SINK_URL with LEMONSQUEEZY_SINK_ADMIN_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by event_name (e.g. 'order_created'). | |
| limit | No | Maximum number of events to return. | |
| since | No | Exclusive lower bound on received_at (Unix ms). Pass the highest received_at you have to checkpoint. |