Pular para o conteúdo

Listar as entregas de um evento

GET
/v1/events/{id}/deliveries

Uma Entrega por endpoint que recebeu o evento (incluindo as criadas por replay), da mais recente para a mais antiga, até 100. Para ver cada execução HTTP de uma delas, liste as tentativas da entrega.

id
obrigatório
string

Sucesso.

Tipo de mídiaapplication/json
Array<object>
object
id
obrigatório
string
endpoint
obrigatório
string
url
obrigatório
string
status
obrigatório
string
attemptCount
obrigatório
integer | string formato: int32
/^-?(?:0|[1-9]\d*)$/
nextAttemptAt
obrigatório
null | string formato: date-time
deliveredAt
obrigatório
null | string formato: date-time
createdAt
obrigatório
string formato: date-time
Exemplogerado
[
{
"id": "example",
"endpoint": "example",
"url": "example",
"status": "example",
"attemptCount": 1,
"nextAttemptAt": "2026-04-15T12:00:00Z",
"deliveredAt": "2026-04-15T12:00:00Z",
"createdAt": "2026-04-15T12:00:00Z"
}
]

Chave de API ausente, inválida ou revogada.

O evento não existe, ou não é deste ambiente.

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.