List events

List events delivered to this account. Useful for reconciling missed webhook deliveries or auditing order history. Cursor-paginated, newest first. Events are persisted for every order.paid, order.fulfilled, order.refunded, and order.disputed delivery — the payload matches what was sent to agent_callback_url.

Authentication

AuthorizationBearer

API key (lb_ prefix). Pass as: Authorization: Bearer lb_...

Query parameters

typestring or nullOptional

Filter to a single event type (e.g. order.paid).

listing_idstring or nullOptional
Filter to events tied to a specific listing.
order_idstring or nullOptional
Filter to events tied to a specific order.
cursorstring or nullOptional
Opaque pagination cursor from a previous response.
limitintegerOptional1-100Defaults to 50
Page size, default 50.

Response

Successful Response
datalist of objects
Array of event objects, newest first.
object"list"

Object type identifier. Always list.

cursorstring or null

Pass as cursor query param to fetch the next page.

has_morebooleanDefaults to false
True if more results exist beyond this page.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error