---
title: "Download Sandbox File"
method: GET
path: "/api/v1/runs/{id}/sandbox/file"
tags: ["Human-in-the-Loop"]
---

# Download Sandbox File

`GET /api/v1/runs/{id}/sandbox/file`

Downloads a file from the run's sandbox environment.

## Path parameters

- `id` string, required

## Query parameters

- `path` string, required

## Response `200`

File contents

## Other responses

- `404` — Run or file not found
- `409` — Run has no active sandbox

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
