---
title: "Download Profile Picture"
method: GET
path: "/api/v1/files/profile_pictures/{folder_name}/{file_name}"
tags: ["Files"]
---

# Download Profile Picture

`GET /api/v1/files/profile_pictures/{folder_name}/{file_name}`

Download profile picture from local filesystem.

Profile pictures are first looked up in config_dir/profile_pictures/,
then fallback to the package's bundled profile_pictures directory.

## Path parameters

- `folder_name` string, required
- `file_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-10-16** `9bd3e81318d7` — 2 warning
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/files/profile_pictures/:folder_name/:file_name/get.md)

---

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