---
title: "File Download"
method: GET
path: "/storage/{session_id}/downloads/{filename}"
tags: ["storage"]
---

# File Download

`GET /storage/{session_id}/downloads/{filename}`

## Path parameters

- `session_id` string, required
- `filename` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- union
  - FileLinkResponse
    - `url` string, required — URL to download file from
  - ExecutionResponse
    - `success` boolean, required — Whether the operation was successful
    - `message` string, required — A message describing the operation

## Other responses

- `422` — Validation Error

---

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