---
title: "Batch retry event delivery"
method: POST
path: "/v1/projects/{projectID}/eventdeliveries/batchretry"
tags: ["Event Deliveries"]
---

# Batch retry event delivery

`POST /v1/projects/{projectID}/eventdeliveries/batchretry`

This endpoint batch retries multiple event deliveries at once.

## Path parameters

- `projectID` string, required

## Query parameters

- `direction` 'next' | 'prev'
- `endDate` string
- `endpointId` string[]
- `eventId` string
- `event_type` string
- `idempotencyKey` string
- `next_page_cursor` string
- `perPage` integer
- `prev_page_cursor` string
- `query` string
- `sort` string
- `startDate` string
- `status` string[]
- `subscriptionId` string

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` HandlersStub, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-08-23** `ec7223658b5b` — 1 info
  - added the new optional `query` request parameter `query`
- **2024-03-26** `2ddfad646792` — 1 info
  - api operation id `BatchRetryEventDelivery` was added
- **2024-02-20** `17b85b56a687` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-02-20** `152f0e36cf45` — 1 warning
  - deleted the `query` request parameter `direction`
- **2024-02-08** `5e75c52bd9bd` — 1 info
  - added the new optional `query` request parameter `direction`

[Full history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/eventdeliveries/batchretry/post.md)

---

[API](https://skmtc.dev/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/revisions/63758e8d8a92/schema)
