---
title: "Download Project File"
method: GET
path: "/v1/projects/{project_id}/files/{file_path}"
tags: ["v1", "protected", "projects"]
---

# Download Project File

`GET /v1/projects/{project_id}/files/{file_path}`

Return an AgentArea API URL for a project file.

## Path parameters

- `project_id` string, uuid, required
- `file_path` string, required

## Response `200`

Successful Response

- ProjectFileDownloadResponse
  - `path` string, required
  - `url` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-29** `e1a530c0a2d5` — 1 breaking, 1 info
  - removed the required property `key` from the response with the `200` status
  - added the required property `path` to the response with the `200` status
- **2026-03-30** `e9c153221160` — 1 breaking, 1 info
  - removed the required property `path` from the response with the `200` status
  - added the required property `key` to the response with the `200` status

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/projects/:project_id/files/:file_path/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/d29cbb0c8cc9/schema)
