---
title: "Download Expense Report"
method: GET
path: "/business/v2/expense-reports/{expenseReportId}/download"
tags: ["Expense Reports"]
---

# Download Expense Report

`GET /business/v2/expense-reports/{expenseReportId}/download`

Endpoint to download `ExpenseReport` by ID.

## Path parameters

- `expenseReportId` string, required — The `ExpenseReport` ID .

## Query parameters

- `fileType` 'PDF' | 'PDF_WITH_ATTACHMENTS' — The `ExpenseReport` file type.

## Response `200`

The result is a URL to download `ExpenseReport`.

- ExpenseReportDownload
  - `file_url` string — The `ExpenseReport`file URL

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
