---
title: "Service: /webhooks/failures [GET]"
source: https://dev.pageseeder.com/api/services/webhooks-failures-GET.html
description: "API endpoint to lists webhooks with failed statuses (warning, error, unreachable). Restricted to administrators only. Returns XML with webhook details including ID, URL, status, and configuration parameters."
last_updated: 2026-09-02T11:36:01+10:00
document_type: api_endpoint
operation_id: webhook-GET
resource_id: webhook
path_template: /webhooks/failures
http_method: GET
api_category: webhook
implementation_version: 6.2008
api_since: 5.9500
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~247
---

# /webhooks/failures \[GET\]

## Description

List [webhooks](../usage/webhooks.md) with failed statuses.

The failed webhook statuses are: `warning`, `error`, `unreachable`.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| clear-cache-warning |  | no | boolean | `false` |

## Permission

Only administrators can invoke this service.

## Response

```xml
<webhooks>
  <webhook webhookid=""
           created=""
           modified=""
           url=""
           server="[true|false]"
           [name=""]
           [activatesecret=""]
           [projects=""]
           [groups=""]
           [events=""]
           object="[minimal|basic]"
           format="[xml|json]"
           insecuressl="[true|false]"
           status="[warning|error|unreachable]">
    <client ...>
      <member ...> ... </member>
    </client>
  </webhook>
  ...
</webhooks>
```

## Error Handling

No specific errors expected for this service.

