---
title: "Retrieves an uploaded attachment"
method: GET
path: "/media/{fileName}"
tags: ["public"]
---

# Retrieves an uploaded attachment

`GET /media/{fileName}`

Serves an uploaded attachment. Attachment URLs in other responses are relative to the site
serving them and take the form /api/media/{fileName}; against the API directly the path is
/v1/media/{fileName}.

## Path parameters

- `fileName` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

## Changes

- **2026-08-19** `5bad141d9244` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/systemli/apis/ticker-api/changes/media/:fileName/get.md)

---

[API](https://skmtc.dev/systemli/apis/ticker-api.md) · [All operations](https://skmtc.dev/systemli/apis/ticker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/systemli/ticker-api/revisions/5bad141d9244/schema)
