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.
Autorização
Seção intitulada “Authorizations”Parâmetros
Seção intitulada “Parameters”Parâmetros de caminho
Seção intitulada “Path Parameters”id
obrigatório
string
Parâmetros de consulta
Seção intitulada “Query Parameters”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
Itens por página, de 1 a 200. O padrão é 50.
Respostas
Seção intitulada “Responses”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
verification
obrigatório
string
fanout
obrigatório
integer | string formato: int32
providerEventId
obrigatório
null | string
deliveries
obrigatório
object
total
obrigatório
integer | string formato: int32
delivered
obrigatório
integer | string formato: int32
inFlight
obrigatório
integer | string formato: int32
failed
obrigatório
integer | string formato: int32
cancelled
obrigatório
integer | string formato: int32
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
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.
Headers
Seção intitulada “Headers”Retry-After
integer
Segundos até a próxima janela.