---
title: "Скачать загруженный пользователем excel-файл"
method: GET
path: "/rrc/download-excel-file/{filename}"
tags: ["Репрайсер РРЦ"]
---

# Скачать загруженный пользователем excel-файл

`GET /rrc/download-excel-file/{filename}`

Метод возвращает Excel файл с настройками, загруженный пользователем ранее.

## Path parameters

- `filename` string, required — Имя файла для скачивания (из ExcelHistoryResponse)

## Headers

- `x-user-id` integer, required — ID пользователя
- `x-connect-id` integer, required — ID магазина

## Response `200`

Excel файл

- unknown

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error

---

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