---
title: "Get file"
method: GET
path: "/file-storage/{store_name}/{uid}/{file_name}"
tags: ["basic"]
---

# Get file

`GET /file-storage/{store_name}/{uid}/{file_name}`

## Path parameters

- `store_name` string, required
- `uid` integer, required
- `file_name` string, required

## Query parameters

- `no_redirect` boolean

## Response `200`

Raw binary data

## Other responses

- `204` — Content is somewhere else, follow the location header (no_redirect=true)
- `302` — Location of raw binary data
- `400` — General error
- `404` — File not found

---

[API](https://skmtc.net/amz-racing/apis/rosbag-bazaar-api.md) · [All operations](https://skmtc.net/amz-racing/apis/rosbag-bazaar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amz-racing/rosbag-bazaar-api/versions/9167cc5a1f11/schema)
