ls_sink_events_list
Retrieve webhook events received by the Lemon Squeezy sink, with optional filtering by event type and checkpointing via 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 |
|---|---|---|---|
| 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. |