---
title: "Retrieve an Attachment from an Email Thread"
method: GET
path: "/workflows/{id}/emails/{emailThreadId}/attachments/{attachmentId}"
tags: ["Workflows"]
---

# Retrieve an Attachment from an Email Thread

`GET /workflows/{id}/emails/{emailThreadId}/attachments/{attachmentId}`

Retrieve an attachment from the specified email thread. 

**OAuth Scope required:** `public.workflows.readEmailCommunications`

## Path parameters

- `id` string, required
- `emailThreadId` string, required
- `attachmentId` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object

## Other responses

- `404` — 404 not found

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
