List webhook delivery events

List delivery event history for a webhook endpoint. Use to debug failed deliveries.

Authentication

AuthorizationBearer

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

Path parameters

webhook_idstringRequired
Webhook endpoint ID.

Query parameters

deliveredboolean or nullOptional

Filter by delivery status. true for delivered, false for pending/failed.

cursorstring or nullOptional
Pagination cursor from a previous response.
limitintegerOptional1-100Defaults to 20
Maximum number of events to return.

Response

Successful Response
datalist of objects
Array of webhook event objects.
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
404
Not Found Error
422
Unprocessable Entity Error