---
title: "Download a shared file"
method: GET
path: "/v1/responses/{response_id}/files/{file_id}/content"
tags: ["Responses"]
---

# Download a shared file

`GET /v1/responses/{response_id}/files/{file_id}/content`

Streams the raw bytes of one shared file. Content-Disposition carries the original filename.

## Path parameters

- `response_id` string, required
- `file_id` string, required

## Response `200`

The file bytes.

## Other responses

- `404` — File not found.

## Changes

- **2026-06-08** `dceeb8fc9f53` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/perplexityai/apis/perplexity-ai-api/changes/v1/responses/:response_id/files/:file_id/content/get.md)

---

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