---
title: "Get File Download URL"
method: GET
path: "/v2/teams/{teamId}/files/download-url/{path}"
tags: ["Files"]
---

# Get File Download URL

`GET /v2/teams/{teamId}/files/download-url/{path}`

Generate a signed download URL for a file.

## Path parameters

- `path` string, required
- `teamId` string, required

## Response `200`

Default Response

- object
  - `url` string, uri, required — Signed download URL
  - `expiresAt` string, date-time, required — ISO 8601 timestamp when the URL expires

## Other responses

- `400` — Default Response
- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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