API ReferenceDelivery Attempts
Delivery Attempts
Review delivery attempts and manually retry failed attempts.
A Delivery Attempt is one outbound HTTP call to an endpoint. It records status, status code, latency, response summary, error text, and retry timing.
Delivery Attempt
Where it sits in the pipeline
Deliveries are outbound HTTP attempt records for debugging, audit, and production recovery.
Remember this distinction
A failed delivery may be retried later; inspect attempt count, error message, and next retry time.
These endpoints are generated from edgecron/docs/openapi.json and follow the shared EdgeCron response envelope.
| Method | Endpoint | Description |
|---|---|---|
| GET | /deliveries | List delivery attempts |
| POST | /deliveries/{id}/retry | Retry a delivery |