# Retrieve a WebhookDelivery

**GET** `/webhooks/deliveries/{webhookDeliveryId}/`

Retrieve a WebhookDelivery

## Request

### Parameters

- `webhookDeliveryId` (path, required, string): The ID that uniquely identifies the WebhookDelivery

### Responses

- `200`: A WebhookDelivery object
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
