---
title: "Get Stored File"
method: GET
path: "/storage/files/{id}"
tags: ["Storage"]
---

# Get Stored File

`GET /storage/files/{id}`

Serve a stored file directly (local storage) or redirect to a signed S3 URL. Supports JWT auth via `token` query parameter for use in `<img>` tags.

## Path parameters

- `id` string, required

## Query parameters

- `thumb` '0' | '1'
- `token` string

## Response `200`

File content

## Other responses

- `302` — Redirect to S3 signed URL
- `401` — Unauthorized
- `404` — File not found

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
