---
title: "Get Signed Url"
method: GET
path: "/api/storage/signed-url"
tags: ["storage"]
---

# Get Signed Url

`GET /api/storage/signed-url`

Get a signed URL for downloading a file.

Args:
    file_path: Full path to file in storage
    expires_in: Expiry time in seconds (default 1 hour)

Returns:
    Dict with signed_url

## Query parameters

- `file_path` string, required
- `expires_in` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
