---
title: "Returns all email notifications sent for the respective transaction"
method: GET
path: "/v1/transactions/{transaction_id}/email_notifications"
tags: ["Transactions"]
---

# Returns all email notifications sent for the respective transaction

`GET /v1/transactions/{transaction_id}/email_notifications`

Returns all email notifications sent for the respective transaction. Notifications are sorted in descending order

## Path parameters

- `transaction_id` unknown, required

## Response `200`

The record has been successfully getted

- EdubankTransactionEmailNotification
  - `transaction_id` string, required — Edubank transaction id
  - `email_subject` string, required
  - `email_from` string, required
  - `email_to` string, required
  - `email_reply_to` string, required
  - `category` 'overdue' | 'billing' | 'payment' | 'unsubscribe', required
  - `created_at` string, required
  - `sent_at` string
  - `delivered` boolean, required
  - `delivered_at` string
  - `open` boolean, required
  - `open_at` string
  - `rejected` boolean, required
  - `rejected_reason` string

## Other responses

- `400` — Client specified an invalid argument, request body or query param
- `401` — The user is unauthorized
- `403` — Authenticated user is not allowed to access this resource
- `404` — The resource was not found
- `408` — Request timeout
- `429` — Too many requests
- `500` — Internal server error

---

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