---
title: "Retrieve transaction request resources"
method: GET
path: "/transactions/{transaction_id}/request/resources"
tags: ["Transaction Request"]
---

# Retrieve transaction request resources

`GET /transactions/{transaction_id}/request/resources`

Retrieve all the resources (file attachments) associated with a transaction request

## Path parameters

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

## Headers

- `Authorization` string, required

## Response `200`

Ok

- TransactionResourceResponse[]
  - `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 — EPC generated identifier for the subject resource
  - `location` string — Resource upload URL
  - `authorization` string — Authorization header needed to upload the 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)
