List DLQ Messages
Use this endpoint to list messages currently in the webhook dead-letter queue, scoped to the caller’s tenant. The tenant is derived from the bearer JWT (tenantId claim), never from a request header.
This route is only mounted when authentication is enabled and a DLQ inspector is configured. Otherwise it is not exposed and any request is rejected with 503.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Bearer token authentication. The token must include a tenantId claim that matches the X-Organization-Id header.
Headers
Organization ID used as the tenant identifier. All data is scoped to this organization. Must match the JWT tenantId claim when authentication is enabled.
Query Parameters
Maximum number of messages to return.
1 <= x <= 200Number of messages to skip for pagination.
x >= 0Response
Indicates the DLQ messages page was returned successfully.
Tenant-filtered message count visited during this scan. When hasMore is true this is a best-effort lower bound on the true DLQ depth for this tenant, not the full count.
x >= 01
Number of messages in this page after offset and limit are applied.
x >= 01
True when the inspector stopped scanning early after filling the current page.
false
Set when pagination may be non-deterministic (e.g., concurrent access shifts ordering).
"pagination may be non-deterministic under concurrent access"

