---
title: "DownloadFile a spreadsheet by ID"
method: GET
path: "/spreadsheets/download/{id}"
tags: ["Spreadsheet"]
---

# DownloadFile a spreadsheet by ID

`GET /spreadsheets/download/{id}`

#		DownloadFile a spreadsheet by ID
>*	Retrieve a spreadsheet using their unique identifier
>>*	Recuperar uma planilha usando seu identificador exclusivo

## Path parameters

- `id` integer, required

## Response `200`

Spreadsheet data retrieved successfully

- DomainSpreadSheetDownloadResponse
  - `link` string

## Other responses

- `400` — Invalid ID format | Formato do ID inválido
- `401` — Unauthorized | Não autorizado
- `403` — Forbidden | Proibido
- `500` — General errors, internal server error, etc... | Erros gerais, erro interno do servidor, etc...

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
