---
title: Read the Deliveries for a Webhook
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-webhooks-_id_-deliveries
---

# Read the Deliveries for a Webhook

Get a list of deliveries for a specific webhook configuration.

## URL

GET https://api.appstoreconnect.apple.com/v1/webhooks/{id}/deliveries

## Path Parameters

id:

## Query Parameters

fields[webhookDeliveries]: fields[webhookEvents]: filter[createdDateGreaterThanOrEqualTo]: filter[createdDateLessThan]: filter[deliveryState]: include: limit:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Mentioned in

Configuring and parsing App Store Connect API webhook notifications

## See Also

### Managing webhook deliveries

- [List delivery IDs for a webhook](appstoreconnectapi/get-v1-webhooks-_id_-relationships-deliveries.md)
- [Redeliver a Previous Notification](appstoreconnectapi/post-v1-webhookdeliveries.md)
