Skip to main content
GET
List DLQ Messages

Autorizaciones

Authorization
string
header
requerido

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Parámetros de consulta

limit
integer
predeterminado:50

Maximum number of messages to return.

Rango requerido: 1 <= x <= 200
offset
integer
predeterminado:0

Number of messages to skip for pagination.

Rango requerido: x >= 0

Respuesta

Indicates the DLQ messages page was returned successfully.

messages
object[]
requerido
totalCount
integer
requerido

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.

Rango requerido: x >= 0
Ejemplo:

1

returnedCount
integer
requerido

Number of messages in this page after offset and limit are applied.

Rango requerido: x >= 0
Ejemplo:

1

returned
integer

Number of messages returned in this page.

Rango requerido: x >= 0
Ejemplo:

1

hasNextPage
boolean

Whether there are more tenant-visible messages beyond this page.

Ejemplo:

false

hasMore
boolean

True when the inspector stopped scanning early after filling the current page.

Ejemplo:

false

warning
string

Set when pagination may be non-deterministic (e.g., concurrent access shifts ordering).

Ejemplo:

"pagination may be non-deterministic under concurrent access"