> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leamout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retries

> Inspect webhook delivery attempts and replay failed deliveries.

Leamout persists webhook delivery state rather than treating delivery as a fire-and-forget callback.

Use:

```text theme={null}
GET  /v1/webhooks/{webhook_id}/deliveries
GET  /v1/webhooks/{webhook_id}/deliveries/{delivery_id}
POST /v1/webhooks/{webhook_id}/deliveries/{delivery_id}/retry
```

Delivery records expose attempt count, replay count, next and last attempt timestamps, HTTP response status/body when present, last error, and delivery time.

The explicit retry endpoint creates an operator-controlled replay path without changing the original event identity.
