---
title: "Retrieve failed Webhook Notifications for a Webhook using the Notification ID."
method: GET
path: "/integration-notification-webhooks/{notificationId}/failures"
tags: ["Integration Notification"]
---

# Retrieve failed Webhook Notifications for a Webhook using the Notification ID.

`GET /integration-notification-webhooks/{notificationId}/failures`

## Path parameters

- `notificationId` string, required

## Query parameters

- `fromDateTime` string, required
- `page` integer
- `size` integer

## Response `200`

OK

- IntegrationnotificationPaginatedWebhookFailureResponse
  - `content` IntegrationnotificationWebhookFailureResponse[] — List of failed webhook delivery records
    - `id` string, required — Notification bid for which the webhook delivery failed
    - `failureDateTime` string, date-time, required — Failure time. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g '2017-01-28T01:01:01+0000'
    - `data` unknown, required
  - `size` integer — Number of records returned in the current page
  - `totalSize` integer — Total number of matching failure records
  - `page` integer — Current page number (0-based)
  - `totalPages` integer — Total number of pages available

## Other responses

- `400` — Bad request
- `404` — Not found

---

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