---
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

---

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