Delivery Status
{{ delivery.status }}
{% extends "admin/base.html" %} {% block title %}Delivery {{ delivery.short_id }} - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}
{{ delivery.short_id }}{{ delivery.profile }} · {{ delivery.event_type }} · {{ delivery.status }}
Back to WebhooksOne outbound webhook call and its retry state.
{{ delivery.id }}{{ delivery.idempotency_key }}{{ delivery.endpoint }}Each row is one request made for this delivery.
| Attempt ID | # | Started | Finished | Duration | HTTP | Outcome | Error / Preview |
|---|---|---|---|---|---|---|---|
{{ attempt.short_id }} |
{{ attempt.attempt_number }} | {{ attempt.started_at }} | {{ attempt.finished_at }} | {{ "%.3f"|format(attempt.duration_seconds or 0) }}s | {{ attempt.status_code or "none" }} | {{ attempt.outcome }} | {{ attempt.error or attempt.response_body_preview or "none" }} |
No attempts recorded yet.
{% endif %}{{ payload_json }}