---
title: "GET /api/files/{signed_data}"
method: GET
path: "/api/files/{signed_data}"
tags: ["Secure file serve"]
---

# GET /api/files/{signed_data}

`GET /api/files/{signed_data}`

Downloads a file using the backend and the secure file serve feature. The signed data is extracted from the URL and used to verify if the user has access to the file. If the permissions check passes and the file exists, the file is served to the user.

This is a **enterprise** feature.

## Path parameters

- `signed_data` string, required

## Response `200`

## Other responses

- `403`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
