---
title: "Retrieve a single File"
method: GET
path: "/files/{fid}/{path}"
tags: ["Files Management"]
---

# Retrieve a single File

`GET /files/{fid}/{path}`

Retrieve a single file from the execution `in` or `out` directory.

## Path parameters

- `fid` string, required
- `path` string, required

## Response `200`

Request fulfilled, document follows

- union
  - object[]
  - unknown

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/masumi-network/apis/kodosumi-api.md) · [All operations](https://skmtc.net/masumi-network/apis/kodosumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masumi-network/kodosumi-api/versions/2092ce918678/schema)
