---
title: "Download a file"
method: GET
path: "/crm/files/{id}"
tags: ["Files"]
---

# Download a file

`GET /crm/files/{id}`

## Path parameters

- `id` string, required

## Response `200`

Returns downloadable file link. Valid for next 5 minutes only.

- FileDownloadableLink
  - `fileUrl` string, url, required — A unique link to download the requested file.

## Other responses

- `400` — Returned when invalid data posted
- `404` — Returned when item not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
