---
title: "Retrieve all transaction events"
method: GET
path: "/transactions/{transaction_id}/events"
tags: ["Transaction Events"]
---

# Retrieve all transaction events

`GET /transactions/{transaction_id}/events`

Retrieve all events for a given transaction

## Path parameters

- `transaction_id` string, uuid, required — Unique identifier (GUID) for the subject resource

## Query parameters

- `downloadableUrl` boolean, required

## Headers

- `Authorization` string, required

## Response `200`

Ok

- TransactionEvent[]
  - `id` string, uuid — EPC generated UUID for the event
  - `text` string — Event text
  - `type` string — Event type URN
  - `from` string — Event sender identifier
  - `sent` string, date-time — Event sent ISO 8601 UTC time-stamp
  - `comments` string — Event free-form comments
  - `resources` TransactionResource[] — Event resources
    - `name` string, required — Resource name including extension
    - `mimeType` 'text/plain' | 'application/xml' | 'application/json' | 'image/jpeg' | 'image/png' | 'image/bmp' | 'image/gif' | 'application/msword' | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' | 'text/html' | 'application/vnd.ms-xpsdocument' | 'application/emf' | 'application/zip' | 'application/pdf' | 'text/csv', required — Resource MIME type
    - `type` string — Type of resource - must be one of the resource types that the product is entitled to deliver for the subject request type, as defined in its data entitlements
    - `id` string, uuid, required — EPC generated UUID for the subject resource

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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