---
title: "List delivery history for a webhook"
method: GET
path: "/api/v1/webhooks/configurations/{id}/deliveries"
tags: ["webhooks"]
---

# List delivery history for a webhook

`GET /api/v1/webhooks/configurations/{id}/deliveries`

## Path parameters

- `id` string, required

## Response `200`

- WebhookDeliveryResponseDto[]
  - `id` string, uuid, required
  - `webhookId` string, uuid, required
  - `workflowRunId` string, nullable, required
  - `status` 'processing' | 'delivered' | 'failed', required
  - `payload` object, required
  - `headers` object
  - `parsedData` object, nullable, required
  - `errorMessage` string, nullable, required
  - `createdAt` string, date-time, required
  - `completedAt` string, date-time, nullable, required

---

[API](https://skmtc.net/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.net/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
