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

# File List Downloads

`GET /storage/{session_id}/downloads`

## Path parameters

- `session_id` string, required

## Headers

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

## Response `200`

Successful Response

- ListFilesResponse
  - `files` FileInfo[], required — List of files with metadata
    - `name` string, required
    - `size` integer, required
    - `file_ext` string, required
    - `updated_at` string, date-time, nullable

## 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)
