---
title: "List recent deliveries for a webhook"
method: GET
path: "/projects/{project_id}/webhooks/{webhook_id}/deliveries"
tags: ["project-webhooks"]
---

# List recent deliveries for a webhook

`GET /projects/{project_id}/webhooks/{webhook_id}/deliveries`

Return recent delivery history for a webhook.

## Path parameters

- `project_id` string, required
- `webhook_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PaginatedResponseWebhookDelivery
  - `items` WebhookDelivery[], required
    - `id` string, required
    - `webhook_id` string, required
    - `delivery_key` string, required
    - `resource_type` string, required
    - `resource_id` string, required
    - `event` string, required
    - `status` 'pending' | 'success' | 'failed', required — Lifecycle states for a webhook delivery row.
    - `attempt_count` integer, required
    - `response_status` integer, nullable
    - `last_error` string, nullable
    - `payload` object
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `count` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
