---
title: "Batch Fetch Email Delivery Feedbacks"
method: POST
path: "/api/v2/core/email-delivery-feedbacks/batch-fetch"
tags: ["Email Delivery Feedback"]
---

# Batch Fetch Email Delivery Feedbacks

`POST /api/v2/core/email-delivery-feedbacks/batch-fetch`

Batch fetch email delivery feedbacks for a given list of entity ids (limit 100)

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Request body

- BatchFetchEntityRequestSchema
  - `entityIds` string[], required — list of entity ids to fetch the entity objects

## Response `200`

OK

- object
  - `data` EmailDeliveryFeedbackSchema[]
    - `createdAt` integer, nullable — Timestamp when this email delivery feedback was created
    - `id` integer, nullable — Unique Id associated with this email delivery feedback
    - `sourceEmail` string, nullable — Email from address associated with the feedback
    - `feedbackType` string, nullable — Type of feedback for this email delivery feedback
    - `email` string, nullable — Email to address associated with the feedback
  - `meta` BatchFetchMetaSchema
    - `missingEntityIds` string[], nullable — List of entity ids for which no result was found

---

[API](https://skmtc.dev/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.dev/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/revisions/0fb26f4e41bf/schema)
