---
title: "List all event deliveries"
method: GET
path: "/v1/projects/{projectID}/eventdeliveries"
tags: ["Event Deliveries"]
---

# List all event deliveries

`GET /v1/projects/{projectID}/eventdeliveries`

This endpoint retrieves all event deliveries paginated.

## 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
- `sort` string
- `startDate` string
- `status` string[]
- `subscriptionId` string

## Changes

- **2024-02-08** (v3) `8aa5161aec4c` — 2 warning, 2 info
  - added the new `amqp` enum value to the `allOf[subschema #2]/data/allOf[subschema #2]/content/items/event_metadata/source_metadata/pub_sub/type` response property for the response status `200`
  - added the new `amqp` enum value to the `allOf[subschema #2]/data/allOf[subschema #2]/content/items/source_metadata/pub_sub/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/event_metadata/source_metadata/pub_sub/amqp` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/source_metadata/pub_sub/amqp` to the response with the `200` status
- **2024-02-08** (v3) `52443da83eda` — 1 info
  - added the new optional `query` request parameter `direction`
- …earlier changes not shown

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

---

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