---
title: "Generate ignored events bulk retry plan"
method: GET
path: "/bulk/ignored-events/retry/plan"
tags: ["Bulk retry ignored events"]
---

# Generate ignored events bulk retry plan

`GET /bulk/ignored-events/retry/plan`

This endpoint estimates the number of ignored events matched by the provided query before creating a bulk retry.

## Query parameters

- `query` object — Filter by the bulk retry ignored event query object
  - `cause` union — The cause of the ignored event
    - string
    - string[]
  - `webhook_id` union — Connection (webhook) ID of the ignored event
    - string
    - string[]
  - `transformation_id` string — The associated transformation ID (only applicable to the cause `TRANSFORMATION_FAILED`)

## Response `200`

Ignored events bulk retry plan

- object
  - `estimated_batch` integer, nullable — Number of batches required to complete the bulk retry
  - `estimated_count` integer, nullable — Number of estimated events to be retried
  - `progress` number, float, nullable — Progression of the batch operations, values 0 - 1

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
