ls_sink_events_list
List webhook events a sink has received, with optional filters for event type and count. Use the since timestamp to checkpoint and progress.
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. |