---
title: "Read File Content"
method: GET
path: "/api/v1/files/{id}/content"
tags: ["Files"]
---

# Read File Content

`GET /api/v1/files/{id}/content`

Get a presigned URL to download the file content.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `expires_at_seconds` integer, nullable
- `project_id` string, uuid, nullable
- `organization_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- PresignedUrl — Schema for a presigned URL.
  - `url` string, uri, required — A presigned URL for IO operations against a private file
  - `expires_at` string, date-time, required — The time at which the presigned URL expires
  - `form_fields` object, nullable — Form fields for a presigned POST request

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.dev/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/01ac7197eb4a/schema)
