---
title: "Signed url of the file this fileUpload refers to"
method: GET
path: "/files/fileUpload/url/{id}"
tags: ["FileUpload"]
---

# Signed url of the file this fileUpload refers to

`GET /files/fileUpload/url/{id}`

Used to get the signed url of the file an existing fileUpload points to

## Path parameters

- `id` string, required

## Response `200`

JSON blob containing signed URL for retrieving the file

- RedirectResponse
  - `redirectUrl` string

## Other responses

- `404` — FileUpload not found
- `default` — Unknown error

---

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