---
title: "Download a file"
method: GET
path: "/v2/files/{file_id}/download"
tags: ["Files"]
---

# Download a file

`GET /v2/files/{file_id}/download`

Downloads a file by redirecting to a signed URL.

This endpoint is in beta. We will aim to avoid breaking changes, but small updates may be made as we roll out to more users.

Required scopes: `object_configuration:read`, `record_permission:read`, `file:read`.

## Path parameters

- `file_id` string, uuid, required

## Other responses

- `302` — Redirect

---

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