---
title: "Download a file"
method: GET
path: "/v1/sessions/{sessionId}/files/{path}"
tags: ["Files"]
---

# Download a file

`GET /v1/sessions/{sessionId}/files/{path}`

Download a file from a session

## Path parameters

- `sessionId` string, required
- `path` string, required

## Response `200`

Successful download

## Other responses

- `401` — An error response from the API
- `404` — An error response from the API
- `409` — An error response from the API
- `500` — An error response from the API

---

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