---
title: "List delivery attempts"
method: GET
path: "/v1/projects/{projectID}/eventdeliveries/{eventDeliveryID}/deliveryattempts"
tags: ["Delivery Attempts"]
---

# List delivery attempts

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

This endpoint fetches an app message's delivery attempts

## Path parameters

- `projectID` string, required
- `eventDeliveryID` string, required

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` DatastoreDeliveryAttempt[]
    - `api_version` string
    - `created_at` string
    - `deleted_at` string, nullable
    - `endpoint_id` string
    - `error` string
    - `http_status` string
    - `ip_address` string
    - `method` string
    - `msg_id` string
    - `project_id` string
    - `request_http_header` DatastoreHttpHeader, nullable
    - `requested_at` string, nullable
    - `responded_at` string, nullable
    - `response_data` string
    - `response_http_header` DatastoreHttpHeader, nullable
    - `status` boolean
    - `uid` string
    - `updated_at` string
    - `url` string

## Other responses

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

---

[API](https://skmtc.net/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.net/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/versions/dbd5b4f9cf13/schema)
