---
title: "Get webhook failure"
method: GET
path: "/api/v4/tasks/webhook_failures/{webhook_failure_id}"
tags: ["Tasks"]
---

# Get webhook failure

`GET /api/v4/tasks/webhook_failures/{webhook_failure_id}`

Returns a webhook failure by ID.

## Path parameters

- `webhook_failure_id` integer, required

## Response `200`

OK

- object
  - `webhook_failure` WebhookFailure
    - `id` integer — The unique identifier of the webhook failure.
    - `webhook` WebhookShort
      - `id` string, uuid — The unique identifier of the webhook.
      - `name` string — The name of the webhook.
    - `event` string — The event type that triggered the failed delivery.
    - `failed_target` object — Details about the failed delivery target.
      - `url` string, uri — The URL the webhook was sent to.
    - `created_at` string, date-time — The time when the failure was recorded (ISO 8601).
    - `updated_at` string, date-time — The time when the failure was last updated (ISO 8601).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

[API](https://skmtc.dev/voiso/apis/voiso-api.md) · [All operations](https://skmtc.dev/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
