Pular para o conteúdo principal

WebhookDeliveryAttempt

attemptNumberintegerrequired

Possible values: >= 1

Example: 2
webhookUrlstring<uri>required
Example: https://example.com/destrava/webhooks
payloadstring

Redacted and truncated request body excerpt. Sensitive keys are replaced with [REDACTED].

Example: {"eventId":"99999999-9999-9999-9999-999999999999","secret":"[REDACTED]"}
responseStatusinteger
Example: 500
responseBodystring

Redacted and truncated provider response excerpt.

Example: {"message":"temporary failure"}
errorMessagestring

Redacted and truncated error excerpt.

Example: timeout waiting for response
durationMsinteger<int64>required

Possible values: >= 0

Example: 842
successfulbooleanrequired
Example: false
attemptedAtstring<date-time>required
Example: 2026-06-17T12:05:00Z
WebhookDeliveryAttempt
{
"attemptNumber": 2,
"webhookUrl": "https://example.com/destrava/webhooks",
"payload": "{\"eventId\":\"99999999-9999-9999-9999-999999999999\",\"secret\":\"[REDACTED]\"}",
"responseStatus": 500,
"responseBody": "{\"message\":\"temporary failure\"}",
"errorMessage": "timeout waiting for response",
"durationMs": 842,
"successful": false,
"attemptedAt": "2026-06-17T12:05:00Z"
}