ls_sink_events_list
List webhook events received by a LemonSqueezy sink, with optional filter by event type and checkpointing via a since timestamp.
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 |
|---|---|---|---|
| since | No | Exclusive lower bound on received_at (Unix ms). Pass the highest received_at you have to checkpoint. | |
| type | No | Filter by event_name (e.g. 'order_created'). | |
| limit | No | Maximum number of events to return. |