Pular para o conteúdo

Listar as mensagens de uma fonte

GET
/v1/ingest/sources/{id}/messages

Da mais recente para a mais antiga, paginado por cursor como os eventos: devolva o nextCursor em cursor para a página seguinte.

id
obrigatório
string
cursor
string

O nextCursor da página anterior.

verification
string

Só mensagens com este resultado de verificação: verified, failed, skipped ou not_configured.

limit
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/

Itens por página, de 1 a 200. O padrão é 50.

Sucesso.

Tipo de mídiaapplication/json
object
items
obrigatório
Array<object>
object
id
obrigatório
string
sourceId
obrigatório
string
method
obrigatório
string
contentType
obrigatório
null | string
bodyBytes
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
verification
obrigatório
string
fanout
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
providerEventId
obrigatório
null | string
deliveries
obrigatório
object
total
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
delivered
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
inFlight
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
failed
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
cancelled
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
createdAt
obrigatório
string formato: date-time
nextCursor
obrigatório
null | string
Exemplogerado
{
"items": [
{
"id": "example",
"sourceId": "example",
"method": "example",
"contentType": "example",
"bodyBytes": 1,
"verification": "example",
"fanout": 1,
"providerEventId": "example",
"deliveries": {
"total": 1,
"delivered": 1,
"inFlight": 1,
"failed": 1,
"cancelled": 1
},
"createdAt": "2026-04-15T12:00:00Z"
}
],
"nextCursor": "example"
}

Chave de API ausente, inválida ou revogada.

A fonte não existe, ou não é deste ambiente.

verification ou cursor inválido.

Tipo de mídiaapplication/problem+json
object
type
null | string
title
null | string
status
null | integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string
Exemplogerado
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Limite de requisições por segundo do plano, somado entre todas as chaves da organização.

Retry-After
integer

Segundos até a próxima janela.