---
title: "Download Attachment"
method: GET
path: "/attachments/{attachment_token}/download"
tags: ["Expenses"]
---

# Download Attachment

`GET /attachments/{attachment_token}/download`

Download the binary contents of an attachment by its token. The response is the raw file, not JSON.

## Path parameters

- `attachment_token` string, required

## Query parameters

- `inline` boolean

## Response `200`

OK. The `Content-Type` header reflects the uploaded file type.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/everhour/apis/everhour-api.md) · [All operations](https://skmtc.net/everhour/apis/everhour-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everhour/everhour-api/revisions/fc6136e33352/schema)
