# WebhookAttempt

Type: object

## Properties

- `id` (string, required)
- `eventId` (string, required)
- `eventType` (WebhookEventName, required)
- `status` (WebhookAttemptStatus, required)
- `deliveryId` (string, required)
- `attemptNumber` (integer, required)
- `attemptedAt` (string, required)
- `responseStatus` (integer, optional)
- `responseBody` (string, optional)
- `latencyMs` (integer, required)
- `errorText` (string, optional)
- `signedWithVersions` (array<integer>, optional)

