---
title: "Get a signed url which can be used to download a file."
method: GET
path: "/containers/{containerId}/files/{fileName}/download-url"
tags: ["Containers"]
---

# Get a signed url which can be used to download a file.

`GET /containers/{containerId}/files/{fileName}/download-url`

Generate a signed url which can be used for downloading a specified file.

## Path parameters

- `fileName` string, required
- `containerId` string, required

## Headers

- `slb-data-partition-id` string, required

## Response `200`

Download Signed URL generation successful.

- SignedURLResponse — A signed URL
  - `signedURL` string, required — The signed URL
  - `filePath` string, required — The file path for which the signed URL was generated.

## Other responses

- `401` — Unauthorized.
- `404` — The file was not found error.
- `default` — Unexpected error.

---

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