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

# Retrieve ignored events bulk retries

`GET /bulk/ignored-events/retry`

This endpoint lists ignored events bulk retries.

## Query parameters

- `cancelled_at` union — Filter by date the bulk retry was cancelled
  - string, date-time, nullable
  - Operators
    - `gt` string, date-time, nullable
    - `gte` string, date-time, nullable
    - `le` string, date-time, nullable
    - `lte` string, date-time, nullable
    - `any` boolean
    - `all` boolean
- `completed_at` union — Filter by date the bulk retry completed
  - string, date-time, nullable
  - Operators
    - `gt` string, date-time, nullable
    - `gte` string, date-time, nullable
    - `le` string, date-time, nullable
    - `lte` string, date-time, nullable
    - `any` boolean
    - `all` boolean
- `created_at` union — Filter by date the bulk retry was created
  - string, date-time, nullable
  - Operators
    - `gt` string, date-time, nullable
    - `gte` string, date-time, nullable
    - `le` string, date-time, nullable
    - `lte` string, date-time, nullable
    - `any` boolean
    - `all` boolean
- `id` union — Filter by bulk retry IDs
  - string — Bulk retry ID
  - string[]
- `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`)
- `query_partial_match` boolean — Allow partial filter match on query property
- `in_progress` boolean — Indicates if the bulk retry is currently in progress
- `order_by` union — Sort key(s)
  - 'created_at'
  - string[]
- `dir` union — Sort direction(s)
  - 'asc' | 'desc'
  - string[]
- `limit` integer — Result set size
- `next` string — The ID to provide in the query to get the next set of results
- `prev` string — The ID to provide in the query to get the previous set of results

## Response `200`

List of ignored events bulk retries

- BatchOperationPaginatedResult
  - `pagination` SeekPagination
    - `order_by` union
      - string
      - string[]
    - `dir` union
      - union
        - 'asc'
        - 'desc'
        - 'ASC'
        - 'DESC'
      - OrderByDirection[]
        - union
          - 'asc'
          - 'desc'
          - 'ASC'
          - 'DESC'
    - `limit` integer
    - `prev` string
    - `next` string
  - `count` integer
  - `models` BatchOperation[]
    - `id` string, required — ID of the bulk retry
    - `team_id` string, required — ID of the project
    - `type` string, required — Type of the bulk operation
    - `query` union — Query object to filter records
      - object
      - string, nullable
    - `created_at` string, date-time, required — Date the bulk retry was created
    - `updated_at` string, date-time, required — Last time the bulk retry was updated
    - `cancelled_at` string, date-time, nullable — Date the bulk retry was cancelled
    - `completed_at` string, date-time, nullable — Date the bulk retry was completed
    - `estimated_batch` integer, nullable — Number of batches required to complete the bulk retry
    - `estimated_count` integer, nullable — Number of estimated events to be retried
    - `processed_batch` integer, nullable — Number of batches currently processed
    - `completed_count` integer, nullable — Number of events that were successfully delivered
    - `in_progress` boolean, required — Indicates if the bulk retry is currently in progress
    - `progress` number, float, nullable — Progression of the batch operations, values 0 - 1
    - `failed_count` integer, nullable — Number of events that failed to be delivered
    - `number` number, float, nullable

## 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)
