---
title: "List webhook failures"
method: GET
path: "/api/v4/tasks/webhook_failures"
tags: ["Tasks"]
---

# List webhook failures

`GET /api/v4/tasks/webhook_failures`

Returns a paginated list of webhook failures, ordered from newest to oldest.

## Query parameters

- `offset` integer
- `limit` integer
- `created_at` union
  - string, date-time
  - RangeFilterDateTime — Date-time range filter with comparison operators.
    - `eq` string, date-time
    - `gt` string, date-time
    - `gte` string, date-time
    - `lt` string, date-time
    - `lte` string, date-time

## Response `200`

OK

- object
  - `webhook_failures` 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).
  - `metadata` Metadata — Pagination metadata for list responses.
    - `total` integer — The total number of items available for the requested resource.
    - `next_cursor` string, nullable — Cursor for fetching the next page of results when cursor-based pagination is supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

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