---
title: "Get Session File"
method: GET
path: "/sessions/{session_id}/files/{file_id}"
---

# Get Session File

`GET /sessions/{session_id}/files/{file_id}`

## Path parameters

- `session_id` string, required
- `file_id` string, required

## Response `200`

Successful Response

- SessionFileResponse — Metadata returned to the client to initiate a direct-from-S3 download.
  - `filename` string, required
  - `presigned_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
