---
title: "List webhooks for a webhook subscription"
method: GET
path: "/webhook-subscriptions/{id}/webhooks"
tags: ["webhook subscriptions"]
---

# List webhooks for a webhook subscription

`GET /webhook-subscriptions/{id}/webhooks`

Retrieve all fired webhooks for a specific webhook subscription with comprehensive filtering and pagination support. Returns webhook delivery history including topics, attempts, request/response details, and delivery status over a rolling 30-day period. Supports filtering by resource ID, date ranges, and pagination parameters for detailed webhook delivery analysis. Critical for debugging webhook delivery issues and monitoring event notification success rates.

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `offset` string
- `startDate` string
- `endDate` string

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.net/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/versions/0e13062ae3be/schema)
