---
title: "Delivery Logs"
description: "Every delivery attempt is stored with HTTP status, response body, headers sent, and full attempt history."
url: "https://wpwebhooks.org/docs/delivery-logs/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Delivery Logs

Feature since v1.0.0

# Delivery Logs

Every delivery attempt is stored with HTTP status, response body, headers sent, and full attempt history.

The plugin stores a log entry for every webhook delivery: HTTP status code, response body, request headers, final resolved URL, duration in milliseconds, and a JSON array of all retry attempts. Logs are browsable and filterable in the admin panel. Each entry links back to its queue job and exposes a replay button.

## Log statuses

`pending` → `success` | `failed` (retrying) | `permanently_failed` | `skipped` (condition check failed) | `test`. Condition-skipped events are replayable — useful for testing condition changes against past payloads.

## Filtering

Filter by status, webhook, trigger name, event UUID, target URL, or date range. The REST API exposes the same filters programmatically.

/ Related

[Webhook Replay](https://wpwebhooks.org/docs/webhook-replay/)[fswa\_success](https://wpwebhooks.org/docs/fswa-success/)[fswa\_error](https://wpwebhooks.org/docs/fswa-error/)[REST API](https://wpwebhooks.org/docs/rest-api/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"Delivery Logs — Feature — Webhook Actions Docs","description":"Every delivery attempt is stored with HTTP status, response body, headers sent, and full attempt history.","url":"https://wpwebhooks.org/docs/delivery-logs/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
