---
title: "List all FAILED webhooks for the calling application"
method: GET
path: "/v1/webhooks/failed"
tags: ["Webhooks"]
---

# List all FAILED webhooks for the calling application

`GET /v1/webhooks/failed`

Returns all webhook delivery records in `FAILED` status where the
target URL belongs to the calling application.  Use this to identify
events that need to be replayed after fixing an endpoint outage.
Paginated, newest first.

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Paginated list of FAILED webhook records

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/revisions/db1f954badfb/schema)
