---
title: "Read File"
method: GET
path: "/v1/sandboxes/{sandbox_id}/fs/content"
tags: ["Sandboxes"]
---

# Read File

`GET /v1/sandboxes/{sandbox_id}/fs/content`

Read a file from an absolute path inside the sandbox; returns raw bytes (application/octet-stream).

## Path parameters

- `sandbox_id` string, required

## Query parameters

- `path` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error

---

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