Skip to main content
GET
List DLQ Messages

Autorizações

Authorization
string
header
obrigatório

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
padrão:50

Maximum number of messages to return.

Intervalo obrigatório: 1 <= x <= 200
offset
integer
padrão:0

Number of messages to skip for pagination.

Intervalo obrigatório: x >= 0

Resposta

Indicates the DLQ messages page was returned successfully.

messages
object[]
obrigatório
totalCount
integer
obrigatório

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.

Intervalo obrigatório: x >= 0
Exemplo:

1

returnedCount
integer
obrigatório

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

Intervalo obrigatório: x >= 0
Exemplo:

1

returned
integer

Number of messages returned in this page.

Intervalo obrigatório: x >= 0
Exemplo:

1

hasNextPage
boolean

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

Exemplo:

false

hasMore
boolean

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

Exemplo:

false

warning
string

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

Exemplo:

"pagination may be non-deterministic under concurrent access"