---
title: "Display all failed Webhook Notification"
method: GET
path: "/api/v2/arbitrum/webhooks/notifications/failed"
tags: ["Arbitrum Webhooks"]
---

# Display all failed Webhook Notification

`GET /api/v2/arbitrum/webhooks/notifications/failed`

Lists all failed webhook notifications created by the user for the specific  Blockchain and Network
Based on the response you can use our /webhooks/notifications/{id}/retry to retry every failed webhook.

After you started the retry process, the webhook will be removed from this list. should the retry process fail, the webhook will be added back to this list.

## Query parameters

- `page` integer — The page number to fetch

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

## Response `200`

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `current_page` integer
  - `data` object[]
    - `id` string
    - `webhook_id` string
    - `txid` string
    - `type` string
    - `contractaddress` string
    - `from` string
    - `to` string
    - `tokenid` string
    - `amount` string
    - `blocknumber` string
    - `status` string
    - `url` string
    - `success` boolean
    - `attempts` integer
    - `created_at` string
    - `updated_at` string
    - `network` string
    - `blockchain` string
    - `response` string
  - `first_page_url` string
  - `from` integer
  - `last_page` integer
  - `last_page_url` string
  - `links` object[]
    - `url` string
    - `label` string
    - `active` boolean
  - `next_page_url` string
  - `path` string
  - `per_page` integer
  - `prev_page_url` string
  - `to` integer
  - `total` integer

---

[API](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation.md) · [All operations](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaingateway/chaingateway-api-documentation/revisions/ddb709b4ade7/schema)
